|
@@ -4,7 +4,7 @@
|
|
|
<view class="shop-wrap">
|
|
<view class="shop-wrap">
|
|
|
<view class="shop-tit">
|
|
<view class="shop-tit">
|
|
|
<text>{{ shop.shopName }}</text>
|
|
<text>{{ shop.shopName }}</text>
|
|
|
- <button class="button-com mini-btn red pay" @click="pageToFn({ url: '/pages/pay/index', query: { pageStatus: 'payment', }, }) " > 付款 </button>
|
|
|
|
|
|
|
+ <button class="button-com mini-btn red pay" @click="pageToFn({ url: '/pages/pay/index', query: { pageStatus: 'payment', }, }) " >向商家付款</button>
|
|
|
</view>
|
|
</view>
|
|
|
<view>{{ shop.introduction }}</view>
|
|
<view>{{ shop.introduction }}</view>
|
|
|
</view>
|
|
</view>
|