|
|
@@ -16,6 +16,7 @@
|
|
|
<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>
|
|
|
<view class="custom">
|
|
|
<view style="margin-bottom:15upx;"><input v-model="form.name1" type="text" class="custom-input" @focus="form.name1=''" placeholder="客户名称" /> </view>
|
|
|
@@ -100,6 +101,11 @@ export default {
|
|
|
},
|
|
|
init(){
|
|
|
|
|
|
+ },
|
|
|
+ goBA(){
|
|
|
+ // #ifdef APP-PLUS
|
|
|
+ plus.runtime.openURL('http://beian.miit.gov.cn')
|
|
|
+ // #endif
|
|
|
},
|
|
|
getMainInfo(){
|
|
|
let that = this
|