Quellcode durchsuchen

增加备案号

shish vor 1 Jahr
Ursprung
Commit
e0c8f3fc40
2 geänderte Dateien mit 12 neuen und 0 gelöschten Zeilen
  1. 6 0
      ghsPad/src/pages/home/xj.vue
  2. 6 0
      hdPad/src/pages/home/xj.vue

+ 6 - 0
ghsPad/src/pages/home/xj.vue

@@ -16,6 +16,7 @@
 						<input v-model="saveCash" type="digit" class="save-input" @focus="saveCash=''" placeholder="金额" /> 
 						<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>
 						<button class="admin-button-com mini-btn" @click="inAmount()" style="margin-left:30upx;display: inline-block;">存入</button>
 					</view>
 					</view>
+					<view style="width:100%;text-align: center;font-size:20upx;margin-top:20upx;" @click="goBA()">闽CIP备15017325号-12A</view>
 				</view>
 				</view>
 				<view class="custom">
 				<view class="custom">
 					<view style="margin-bottom:15upx;"><input v-model="form.name1" type="text" class="custom-input" @focus="form.name1=''" placeholder="客户名称" /> </view>
 					<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(){
 		init(){
 
 
+		},
+		goBA(){
+			// #ifdef APP-PLUS
+			plus.runtime.openURL('http://beian.miit.gov.cn')
+			// #endif
 		},
 		},
 		getMainInfo(){
 		getMainInfo(){
 			let that = this
 			let that = this

+ 6 - 0
hdPad/src/pages/home/xj.vue

@@ -15,6 +15,7 @@
 					<input v-model="saveCash" type="digit" class="save-input" @focus="saveCash=''" placeholder="金额" /> 
 					<input v-model="saveCash" type="digit" class="save-input" @focus="saveCash=''" placeholder="金额" /> 
 					<text @click="inAmount()" style="margin-left:30upx;font-size:34upx;">存入</text>
 					<text @click="inAmount()" style="margin-left:30upx;font-size:34upx;">存入</text>
 				</view>
 				</view>
+				<view style="width:48%;text-align: center;font-size:20upx;margin-top:50upx;" @click="goBA()">闽CIP备15017325号-11A</view>
             </view>
             </view>
         </view>
         </view>
     </view>
     </view>
@@ -56,6 +57,11 @@ export default {
 	methods: {
 	methods: {
 		init(){
 		init(){
 
 
+		},
+		goBA(){
+			// #ifdef APP-PLUS
+			plus.runtime.openURL('http://beian.miit.gov.cn')
+			// #endif
 		},
 		},
 		getMainInfo(){
 		getMainInfo(){
 			let that = this
 			let that = this