Browse Source

修改提示

lex-xin 4 years ago
parent
commit
262470811f

BIN
dist/app.22a04403018ae3e2a7e5.js.gz


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


BIN
dist/app.a8342568499101531dc2.js.gz


+ 1 - 0
dist/css/PayQRCode.6f9832cc.css

@@ -0,0 +1 @@
+.payQrCode[data-v-8995d89c]{overflow:hidden;min-height:100vh}.payCode[data-v-8995d89c]{width:90%;margin:.3rem 5%;background:#fff;padding:.4rem 0}.popup-title[data-v-8995d89c]{padding-bottom:.2rem;text-align:center;font-size:.16rem;color:#4f4f4f;font-weight:700}.code-tips[data-v-8995d89c]{text-align:center;padding-top:.05rem;color:red}.popup-tips[data-v-8995d89c]{margin:.15rem;margin-bottom:0;padding:.1rem .12rem;font-size:.12rem;background:#ebebeb}#qrcode[data-v-8995d89c]{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}

+ 0 - 1
dist/css/PayQRCode.d05fb3fc.css

@@ -1 +0,0 @@
-.payQrCode[data-v-5d6ed716]{overflow:hidden;min-height:100vh}.payCode[data-v-5d6ed716]{width:90%;margin:.3rem 5%;background:#fff;padding:.4rem 0}.popup-title[data-v-5d6ed716]{padding-bottom:.2rem;text-align:center;font-size:.16rem;color:#4f4f4f;font-weight:700}.code-tips[data-v-5d6ed716]{text-align:center;padding-top:.05rem;color:red}.popup-tips[data-v-5d6ed716]{margin:.15rem;margin-bottom:0;padding:.1rem .12rem;font-size:.12rem;background:#ebebeb}#qrcode[data-v-5d6ed716]{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/index.html


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


BIN
dist/js/PayQRCode.1f7173bf.js.gz


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


BIN
dist/js/PayQRCode.ec1bb812.js.gz


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


File diff suppressed because it is too large
+ 0 - 0
dist/js/downLoad.bf5dcaa0.js


+ 2 - 2
src/views/adapay/PayQRCode.vue

@@ -10,13 +10,13 @@
 				<!-- :logoSrc="config.imagePath" -->
 				<vue-qr v-if="config.value" :text="config.value" :margin="10" :size="250" />
 			</div>
+			<p style="font-size: .14rem;text-align: center;color: red;">请在30分钟内扫码支付</p>
 			<p class="code-tips" v-if="codeRefreshStatus">点击二维码进行刷新</p>
 			<p class="popup-tips">
 				使用说明:<br/>
 				1.长按二维码保存图片到相册(或截屏保存到相册)<br/>
 				2.打开{{ payTypeString }}扫一扫<br/>
-				3.选择相册中的二维码<br/>
-				4.请在30分钟内扫码支付
+				3.选择相册中的二维码
 			</p>
 		</div>
 	</div>

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