|
|
@@ -8,11 +8,10 @@
|
|
|
<view class="pay-confirm-content">
|
|
|
<view class="confirm-text">
|
|
|
<view class="text-title">充值金额已由门店收取</view>
|
|
|
- <view class="text-desc">保管资金是线下门店责任,本小程序仅是收款工具</view>
|
|
|
+ <view class="text-desc">保管余额是门店责任,本小程序仅是余额管理工具</view>
|
|
|
</view>
|
|
|
<view class="confirm-btn-wrap">
|
|
|
- <button class="confirm-btn" @click="goBack">知道了</button>
|
|
|
- <view class="tech-support">花卉宝小程序提供技术支持</view>
|
|
|
+ <button class="confirm-btn" @click="goBack">我知道了</button>
|
|
|
</view>
|
|
|
<!-- #ifdef MP-WEIXIN -->
|
|
|
<view style="width:100%;height:10upx;background-color:white;margin-top:60upx;"></view>
|
|
|
@@ -84,7 +83,7 @@
|
|
|
|
|
|
// 支付确认弹框样式
|
|
|
.pay-confirm-content {
|
|
|
- padding: 30upx 40upx;
|
|
|
+ padding: 20upx 40upx 30upx 40upx;
|
|
|
text-align: center;
|
|
|
|
|
|
.confirm-text {
|