|
|
@@ -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 => {
|