@@ -4,7 +4,7 @@
<view class="shop-wrap">
<view class="shop-tit">
<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>{{ shop.introduction }}</view>