修改充值,增加门店地图显示

This commit is contained in:
Gao xiaosong
2020-06-27 20:09:46 +08:00
parent d2d9af95cb
commit 841c40762d
12 changed files with 272 additions and 131 deletions

View File

@ -32,7 +32,6 @@
</view>
<view
class="pic-box pic-box-color acea-row row-center-wrapper"
:class="activePic == picList.length ? 'pic-box-color-active' : ''"
@click="picCharge(picList.length, money)"
>
<input
@ -40,7 +39,6 @@
placeholder="其他"
v-model="money"
class="pic-box-money pic-number-pic"
:class="activePic == picList.length ? 'pic-box-color-active' : ''"
/>
</view>
</view>