|
@@ -8,7 +8,7 @@
|
|
|
<view class="select_name">{{ array[index] }}</view>
|
|
<view class="select_name">{{ array[index] }}</view>
|
|
|
<image
|
|
<image
|
|
|
style="width: 25rpx; height: 25rpx; margin-left: 15rpx"
|
|
style="width: 25rpx; height: 25rpx; margin-left: 15rpx"
|
|
|
- src="/static/img/down.png"
|
|
|
|
|
|
|
+ src="/static/down.png"
|
|
|
mode=""
|
|
mode=""
|
|
|
>
|
|
>
|
|
|
</image>
|
|
</image>
|
|
@@ -62,7 +62,7 @@
|
|
|
<checkbox class="checkboxCom" value="agree" />
|
|
<checkbox class="checkboxCom" value="agree" />
|
|
|
<view>我同意</view>
|
|
<view>我同意</view>
|
|
|
</label>
|
|
</label>
|
|
|
- <navigator url="/pages/agreement/recharge" hover-class="li_hover"
|
|
|
|
|
|
|
+ <navigator url="/pages/agreement/privacy" hover-class="li_hover"
|
|
|
><text>《充值协议》</text></navigator
|
|
><text>《充值协议》</text></navigator
|
|
|
>
|
|
>
|
|
|
</checkbox-group>
|
|
</checkbox-group>
|
|
@@ -101,7 +101,7 @@
|
|
|
<view class="list_name">充值方式</view>
|
|
<view class="list_name">充值方式</view>
|
|
|
<view class="option_con flex_r flex_ac flex_jb mar_t16">
|
|
<view class="option_con flex_r flex_ac flex_jb mar_t16">
|
|
|
<view class="way_con flex_r flex_ac">
|
|
<view class="way_con flex_r flex_ac">
|
|
|
- <image class="way_img" src="/static/img/weixin_icon.png" mode=""></image>
|
|
|
|
|
|
|
+ <image class="way_img" src="/static/weixin_icon.png" mode=""></image>
|
|
|
<view class="way_text">微信支付</view>
|
|
<view class="way_text">微信支付</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view
|
|
<view
|
|
@@ -200,8 +200,6 @@ export default {
|
|
|
}else{
|
|
}else{
|
|
|
this.isDisabled = true
|
|
this.isDisabled = true
|
|
|
}
|
|
}
|
|
|
- // this.isDisabled = false= value.length == 0;
|
|
|
|
|
- // console.log(e.detail,"aaaaaaaaaaa")
|
|
|
|
|
},
|
|
},
|
|
|
},
|
|
},
|
|
|
};
|
|
};
|
|
@@ -282,14 +280,14 @@ page {
|
|
|
.way_radio {
|
|
.way_radio {
|
|
|
width: 39rpx;
|
|
width: 39rpx;
|
|
|
height: 35rpx;
|
|
height: 35rpx;
|
|
|
- background: url("~@/static/img/weixuanzhong.png");
|
|
|
|
|
|
|
+ background: url("~@/static/weixuanzhong.png");
|
|
|
background-repeat: no-repeat;
|
|
background-repeat: no-repeat;
|
|
|
background-size: 35rpx 35rpx;
|
|
background-size: 35rpx 35rpx;
|
|
|
background-position: center center;
|
|
background-position: center center;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.select_way {
|
|
.select_way {
|
|
|
- background: url("~@/static/img/xuanzhong_icon.png");
|
|
|
|
|
|
|
+ background: url("~@/static/xuanzhong_icon.png");
|
|
|
background-repeat: no-repeat;
|
|
background-repeat: no-repeat;
|
|
|
background-size: 39rpx 35rpx;
|
|
background-size: 39rpx 35rpx;
|
|
|
background-position: center center;
|
|
background-position: center center;
|