Browse Source

修改图片和唤起

lex-xin 4 years ago
parent
commit
630d160dbe

BIN
dist/app.19d375eb713be998bfe8.js.gz


File diff suppressed because it is too large
+ 0 - 0
dist/app.5e6df4a5a6077c33e033.js


BIN
dist/app.5e6df4a5a6077c33e033.js.gz


+ 0 - 1
dist/css/PayQRCode.3d299073.css

@@ -1 +0,0 @@
-.payQrCode[data-v-7609e80e]{overflow:hidden;min-height:100vh}.payCode[data-v-7609e80e]{width:90%;margin:.3rem 5%;background:#fff;padding:.4rem 0}.popup-title[data-v-7609e80e]{padding-bottom:.2rem;text-align:center;font-size:.16rem;color:#4f4f4f;font-weight:700}.code-tips[data-v-7609e80e]{text-align:center;padding-top:.05rem;color:red}.popup-tips[data-v-7609e80e]{margin:.15rem;margin-bottom:0;padding:.1rem .12rem;font-size:.12rem;background:#ebebeb}#qrcode[data-v-7609e80e]{background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:250px}

+ 1 - 0
dist/css/PayQRCode.3d7b03c4.css

@@ -0,0 +1 @@
+.payQrCode[data-v-c0d161ea]{overflow:hidden;min-height:100vh}.payCode[data-v-c0d161ea]{width:90%;margin:.3rem 5%;background:#fff;padding:.4rem 0}.popup-title[data-v-c0d161ea]{padding-bottom:.2rem;text-align:center;font-size:.16rem;color:#4f4f4f;font-weight:700}.code-tips[data-v-c0d161ea]{text-align:center;padding-top:.05rem;color:red}.popup-tips[data-v-c0d161ea]{margin:.15rem;margin-bottom:0;padding:.1rem .12rem;font-size:.12rem;background:#ebebeb}#qrcode[data-v-c0d161ea]{background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:250px}

File diff suppressed because it is too large
+ 0 - 0
dist/css/SignUpBaseInfo.7ddf9697.css


File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/js/PayQRCode.d314f1f6.js


BIN
dist/js/PayQRCode.d314f1f6.js.gz


BIN
dist/js/PayQRCode.ebebd267.js.gz


File diff suppressed because it is too large
+ 0 - 0
dist/js/SignUpBaseInfo.bc13b4cb.js


BIN
dist/js/SignUpBaseInfo.bc13b4cb.js.gz


File diff suppressed because it is too large
+ 0 - 0
dist/js/SignUpBaseInfo.f3e60848.js


BIN
dist/js/SignUpBaseInfo.f3e60848.js.gz


+ 0 - 7
src/main.js

@@ -27,13 +27,6 @@ Vue.config.productionTip = false
 // import Vconsole from 'vconsole'
 // const vconsole = new Vconsole()
 // Vue.use(vconsole)
-// import VueAMap from 'vue-amap'
-// Vue.use(VueAMap)
-// VueAMap.initAMapApiLoader({
-//     key: 'c7856e7c812d299cff150e74d60ea608',
-//     plugin: ['Geolocation', 'PlaceSearch', 'Geocoder', 'ToolBar'],
-//     v: '1.4.4'
-// })
 
 new Vue({
     store,

+ 4 - 0
src/views/adapay/PayQRCode.vue

@@ -79,6 +79,10 @@ export default {
 			// 微信支付
 			let { orderNo, sign, amount, orderBody, orderSubject } = this.payment.payMap
 			this.config.value = window.location.origin + '/#/payCenter?orderNo=' + orderNo + '&sign=' + sign + '&amount=' + amount + '&payType=' + this.payType + '&orderBody=' + orderBody + '&orderSubject=' + orderSubject
+			// 唤起支付宝连接
+			if(this.payType == 'alipay_qr' || this.payType == 'alipay_wap') {
+				window.location.href = `alipayqr://platformapi/startapp?saId=10000007&qrcode=${encodeURIComponent(this.config.value)}`
+			}
 			setTimeout(() => {
 				this.getPaymentOrderStatus()
 			}, 3000)

+ 3 - 2
src/views/signup/SignUpBaseInfo.vue

@@ -41,10 +41,11 @@
                     :src="form.certificatePhoto"
                 >
                     <template #loading>
-                        <div class="upload-container">
+                        <!-- <div class="upload-container">
                             <i class="icon-upload-add"></i>
                             <p>点击上传</p>
-                        </div>
+                        </div> -->
+                        <van-loading type="spinner" size="20" />
                     </template>
                     <template #error>
                         <div class="upload-container">

Some files were not shown because too many files changed in this diff