shish 4 лет назад
Родитель
Сommit
3b319c9b13

+ 2 - 2
mallApp/dist/build/mp-weixin/components/app-coupon-sel.json

@@ -1,4 +1,4 @@
 {
-  "usingComponents": {},
-  "component": true
+  "component": true,
+  "usingComponents": {}
 }

Разница между файлами не показана из-за своего большого размера
+ 0 - 0
mallApp/dist/build/mp-weixin/pages/pay/index.js


+ 2 - 2
mallApp/src/pages/pay/index.vue

@@ -16,7 +16,7 @@
 			</div>
 			
 			<div class="view-more" :class="{'open' : tabIndex == 1}" @click="fillGetMan">
-				<text v-if="tabIndex == 0">需要送人,点 <text class="fill-get-man">填写收花人</text></text>
+				<text v-if="tabIndex == 0">需要送人,点 <text class="fill-get-man">填写收花人</text></text>
 				<text v-if="tabIndex == 1">不填了,<text class="pack-up">收起</text></text>
 			</div>
 			
@@ -155,7 +155,7 @@
 				getOrderShop(true).then(res => {
 					this.inpFocus = true
 					uni.setNavigationBarTitle({
-						title: `您正在向【${res.shop.showName}】付款`
+						title: `向【${res.shop.showName}】付款`
 					})
 
 					this.$refs.couponSel._getUserDiscount().then(status => {

Некоторые файлы не были показаны из-за большого количества измененных файлов