|
|
@@ -15,9 +15,9 @@
|
|
|
<input v-model="saveCash" type="digit" class="save-input" @focus="saveCash=''" placeholder="金额" />
|
|
|
<text @click="inAmount()" style="margin-left:30upx;font-size:34upx;">存入</text>
|
|
|
</view>
|
|
|
- <view style="width:48%;text-align:center;font-size:20upx;margin-top:20upx;" @click="goBA()">
|
|
|
- <view>闽CIP备15017325号-11A</view>
|
|
|
- <view style="margin-top:15upx;">版本号 {{version}}</view>
|
|
|
+ <view style="width:48%;text-align:center;font-size:20upx;margin-top:20upx;">
|
|
|
+ <view @click="goBA()">闽CIP备15017325号-11A</view>
|
|
|
+ <view style="margin-top:15upx;" @click="upgradeApp()">版本号 {{version}}</view>
|
|
|
<view style="margin-top:15upx;" @click="upgradeApp()">最新版本</view>
|
|
|
</view>
|
|
|
</view>
|