shish 3 năm trước cách đây
mục cha
commit
9bcb419603
1 tập tin đã thay đổi với 3 bổ sung4 xóa
  1. 3 4
      mallApp/src/pages/billing/affirmGhs.vue

+ 3 - 4
mallApp/src/pages/billing/affirmGhs.vue

@@ -40,13 +40,13 @@
 					<tui-list-cell class="line-cell" :hover="false" :arrow="false" >
 						<button v-if="account != 4805" class="admin-button-com big" :class="[form.sendType == 2 ? 'blue' : 'default']" style="width:180upx;border:none;" @click="changeSendType(2)">代叫跑腿</button>
 						<button class="admin-button-com big" :class="[form.sendType == 1 ? 'blue' : 'default']" style="width:180upx;border:none;"  @click="changeSendType(1)">到店自取</button>
-						<button v-if="account != 4805 || account != 4609" class="admin-button-com big" :class="[form.sendType == 0 ? 'blue' : 'default']" style="width:180upx;border:none;"  @click="changeSendType(0)">送货上门</button>
+						<button v-if="account != 4805 && account != 4609" class="admin-button-com big" :class="[form.sendType == 0 ? 'blue' : 'default']" style="width:180upx;border:none;"  @click="changeSendType(0)">送货上门</button>
 					</tui-list-cell>
 
 					<tui-list-cell class="line-cell" :hover="false" :arrow="false">
 						<view v-if="form.sendType == 0">
 							<text style="color: #3385FF;width:100%;">
-							在本店配送范围的,免配送货上门。首次下单,请联系客服确认是否在配送范围
+							在本店配送范围的,免配送货上门(楼下)。首次下单,请联系客服确认是否在配送范围
 							</text>
 						</view>				
 						<view v-if="form.sendType == 1">
@@ -302,8 +302,7 @@ export default {
 			});
 		},
 		modifyItem() {
-			let account = uni.getStorageSync('account')
-			this.$util.pageTo({url:'/pages/item/item?account='+account,type:2})
+			this.$util.pageTo({url:'/pages/item/item?account='+this.account,type:2})
 		}
 	}
 };