liujiaxin 3 minggu lalu
induk
melakukan
1544576c22

+ 4 - 4
common/request.js

@@ -10,12 +10,12 @@ export default class Request {
 		// let path = 'https://test.userapp.store.cdwjyyh.com';
 		// let path = 'https://user.test.ylrztop.com/api';
 
-		let path = 'https://userapp.klbycp.com/store'; //百域承品
-		let path2 = 'https://userapp.klbycp.com'; //百域承品
+		// let path = 'https://userapp.klbycp.com/store'; //百域承品
+		// let path2 = 'https://userapp.klbycp.com'; //百域承品
 
 
-		// let path = 'http://qeeaf625.natappfree.cc/store'; //本地
-		// let path2 = 'http://qeeaf625.natappfree.cc'; //本地
+		let path = 'http://qeeaf625.natappfree.cc/store'; //本地
+		let path2 = 'http://qeeaf625.natappfree.cc'; //本地
 
 		let type = 0
 		uni.setStorageSync('requestPath', path2)

+ 1 - 1
pages/home/index.vue

@@ -26,7 +26,7 @@
 						<!-- 购物车 -->
 						<uni-badge size="small" :text="cartCount" absolute="rightTop" type="error"
 							v-show="userinfoa.isShow==1&&isuser==false">
-							<view class="img-item" @click="goAuthUrl('../shopping/cart')">
+							<view class="img-item" @click="goAuthUrl('/pages/shopping/cart')">
 								<image
 									src="https://jnlzjk-1323137866.cos.ap-chongqing.myqcloud.com/shop/images/cart_wihte.png"
 									mode=""></image>

+ 2 - 22
pages_course/living.vue

@@ -179,7 +179,7 @@
 
 					<!-- 底部输入和操作区域 -->
 					<view class="input-actions-container" :class="{ 'input-actions-focused': isFocus }">
-						<view v-if="liveItem.status!=3" class="input-container" :class="{ 
+						<view v-if="liveItem.status!=3&&!isPlayback" class="input-container" :class="{ 
 									'input-container-focused': isFocus,
 									'input-container-normal': !isFocus
 								}">
@@ -282,26 +282,6 @@
 								:class="nameuser==''?'subname':'subavt'">{{nameuser?"已授权":'允许授权'}}</button> -->
 						</view>
 					</view>
-					<!-- <view class="mtb20 justify-between align-center  plr20 mt40">
-						<view class="justify-start align-center">
-							<view class="boxweixin" :class="userData.nickname==''?'boxnosel':'boxsel'">
-								<view v-if="userData.avatar">√</view>
-							</view>
-							<view class="ml20">
-								<view class="base-color-3 bold">第二步</view>
-								<view class="fs32 base-color-9">请点击授权微信头像</view>
-							</view>
-						</view>
-						<view class="button-container">
-							<button open-type="chooseAvatar" @chooseavatar="onChooseAvatar" class="hidden-input"
-								v-if="nameuser">
-								允许授权
-							</button>
-							<button class="custom-button sub" @click="shouquan" v-if="nameuser==''">允许授权</button>
-							<button class="custom-button " :class="avataruser==''?'subname':'subavt'"
-								v-else>{{avataruser?"已授权":'允许授权'}}</button>
-						</view>
-					</view> -->
 					<view class="submitname" @click="confimrname">确定</view>
 				</view>
 			</u-popup>
@@ -4620,7 +4600,7 @@
 
 				.tabs_bg {
 					background-color: #fff;
-					padding: 20rpx 40rpx;
+					padding: 20rpx 40rpx 0;
 				}
 
 				.chat-content-wrapper {

+ 2 - 1
pages_shopping/shopping/confirmCreateOrder.vue

@@ -36,7 +36,8 @@
 					<view class="info-box">
 						<view>
 							<view class="name-box ellipsis2">
-								<view class="tag">{{utils.getDictLabelName("storeProductType",item.productType)}}</view>{{item.productName}}
+								<!-- <view class="tag">{{utils.getDictLabelName("storeProductType",item.productType)}}</view> -->
+								{{item.productName}}
 							</view>
 							<view class="spec ellipsis2">{{item.productAttrName}}</view>
 						</view>