|
|
@@ -8,7 +8,7 @@
|
|
|
<view class="select_name">{{ array[index] }}</view>
|
|
|
<image
|
|
|
style="width: 25rpx; height: 25rpx; margin-left: 15rpx"
|
|
|
- src="/static/down.png"
|
|
|
+ src="/static/img/down.png"
|
|
|
mode=""
|
|
|
>
|
|
|
</image>
|
|
|
@@ -101,7 +101,7 @@
|
|
|
<view class="list_name">充值方式</view>
|
|
|
<view class="option_con flex_r flex_ac flex_jb mar_t16">
|
|
|
<view class="way_con flex_r flex_ac">
|
|
|
- <image class="way_img" src="/static/weixin_icon.png" mode=""></image>
|
|
|
+ <image class="way_img" src="/static/img/weixin_icon.png" mode=""></image>
|
|
|
<view class="way_text">微信支付</view>
|
|
|
</view>
|
|
|
<view
|
|
|
@@ -282,14 +282,14 @@ page {
|
|
|
.way_radio {
|
|
|
width: 39rpx;
|
|
|
height: 35rpx;
|
|
|
- background: url("~@/static/weixuanzhong.png");
|
|
|
+ background: url("~@/static/img/weixuanzhong.png");
|
|
|
background-repeat: no-repeat;
|
|
|
background-size: 35rpx 35rpx;
|
|
|
background-position: center center;
|
|
|
}
|
|
|
|
|
|
.select_way {
|
|
|
- background: url("~@/static/xuanzhong_icon.png");
|
|
|
+ background: url("~@/static/img/xuanzhong_icon.png");
|
|
|
background-repeat: no-repeat;
|
|
|
background-size: 39rpx 35rpx;
|
|
|
background-position: center center;
|