Browse Source

2023-12-11

cmy 1 year ago
parent
commit
95ec3369f7
3 changed files with 5 additions and 6 deletions
  1. 1 1
      manifest.json
  2. 3 4
      pages/goods/order_confirm/index.vue
  3. 1 1
      pages/users/user_payment/index.vue

+ 1 - 1
manifest.json

@@ -1,6 +1,6 @@
 {
     "name" : "君子堂",
-    "appid" : "__UNI__FC07507",
+    "appid" : "__UNI__70BC0AE",
     "description" : "君子堂",
     "versionName" : "2.6.0",
     "versionCode" : 267,

+ 3 - 4
pages/goods/order_confirm/index.vue

@@ -103,7 +103,7 @@
 				<orderGoods v-else :cartInfo="cartInfo" :giveData="giveData" :shippingType="shippingType"
 					:product_type='product_type' :giveCartInfo="giveCartInfo"></orderGoods>
 			</view>
-			<view class='moneyList' v-if="ptype == 5">
+			<!-- <view class='moneyList' v-if="ptype == 5">
 				<view class="item acea-row row-between-wrapper" >
 					<view>销售员工</view>
 				</view>
@@ -114,7 +114,7 @@
 						<view class="zp-name">{{ygitem.alias}}</view>
 					</view>
 				</scroll-view>
-			</view>
+			</view> -->
 			<view class='wrapper'>
 				<view class="item acea-row row-between-wrapper" v-if="ptype == 6">
 					<view>预约时间</view>
@@ -122,10 +122,9 @@
 						{{yytime || '请选择预约时间'}}
 						<text class='iconfont icon-jiantou'></text>
 					</view>
-					
 				</view>
 				<view class='item acea-row row-between-wrapper' @tap='couponTap'
-					v-if="!pinkId && !BargainId && !combinationId && !seckillId&& !noCoupon && !discountId && goodsType != 7 && priceGroup.firstOrderPrice==0">
+					v-if="!pinkId && !BargainId && !combinationId && !seckillId&& !noCoupon && !discountId && goodsType != 7 && priceGroup.firstOrderPrice==0&&ptype != 5">
 					<view>优惠券</view>
 					<view class='discount'>{{couponTitle}}
 						<text class='iconfont icon-jiantou'></text>

+ 1 - 1
pages/users/user_payment/index.vue

@@ -33,7 +33,7 @@
 							邀请人:
 						</view>
 						<view class="input-box">
-							<input type="text" placeholder="请输入邀请人" v-model="verify_code" class="input-user" />
+							<input type="text" placeholder="请输入邀请人会员码" v-model="verify_code" class="input-user" />
 						</view>
 						<!-- #ifdef H5 -->
 						<view class="iconfont icon-saoma" @click="scanCode"></view>