|
@@ -14,10 +14,10 @@
|
|
|
class="immediately"
|
|
class="immediately"
|
|
|
@click="onceRecharge"
|
|
@click="onceRecharge"
|
|
|
>立即充值</view>
|
|
>立即充值</view>
|
|
|
- <view class="use">本次充值仅限在<text style="color: #666;padding: 0 10upx;font-weight: 700;">{{initData.merchantName}} {{initData.shopName}}</text>门店使用</view>
|
|
|
|
|
|
|
+ <view class="use">本次充值仅限在<text style="color: #666;padding: 0 10upx;font-weight: 700;">{{initData.shopName}}</text>门店使用</view>
|
|
|
<view class="use use_margin"><text style="color: #666;">{{initData.userNum}}</text> 人已充值</view>
|
|
<view class="use use_margin"><text style="color: #666;">{{initData.userNum}}</text> 人已充值</view>
|
|
|
<view class="user_avator">
|
|
<view class="user_avator">
|
|
|
- <image :src="`${constant.url}/recharge/has_recharge.png`"></image>
|
|
|
|
|
|
|
+ <image :src="`${constant.imgUrl}/recharge/has_recharge.png`"></image>
|
|
|
</view>
|
|
</view>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|