|
|
@@ -16,7 +16,10 @@
|
|
|
<input v-model="saveCash" type="digit" class="save-input" @focus="saveCash=''" placeholder="金额" />
|
|
|
<button class="admin-button-com mini-btn" @click="inAmount()" style="margin-left:30upx;display: inline-block;">存入</button>
|
|
|
</view>
|
|
|
- <view style="width:100%;text-align: center;font-size:20upx;margin-top:20upx;" @click="goBA()">闽CIP备15017325号-12A</view>
|
|
|
+ <view style="width:100%;text-align: center;font-size:20upx;margin-top:20upx;" @click="goBA()">
|
|
|
+ <view>闽CIP备15017325号-12A</view>
|
|
|
+ <view>版本号 {{version}}</view>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
<view class="custom">
|
|
|
<view style="margin-bottom:15upx;"><input v-model="form.name1" type="text" class="custom-input" @focus="form.name1=''" placeholder="客户名称" /> </view>
|
|
|
@@ -61,7 +64,8 @@ export default {
|
|
|
name1: "",
|
|
|
mobile1: "",
|
|
|
confirmMobile1: ""
|
|
|
- }
|
|
|
+ },
|
|
|
+ version:'1.0.0'
|
|
|
}
|
|
|
},
|
|
|
computed: {
|
|
|
@@ -69,6 +73,11 @@ export default {
|
|
|
},
|
|
|
onLoad(){
|
|
|
this.getMainInfo()
|
|
|
+ // #ifdef APP-PLUS
|
|
|
+ if(plus.runtime.version){
|
|
|
+ this.version = plus.runtime.version
|
|
|
+ }
|
|
|
+ // #endif
|
|
|
},
|
|
|
methods: {
|
|
|
addCustom() {
|