From e293974e1be9d2b6894cbf2fa5841a8bd21163de Mon Sep 17 00:00:00 2001 From: liangjin <liangjin@finlean.com> Date: Tue, 11 May 2021 15:40:40 +0800 Subject: [PATCH] 支付宝重构 --- pages/hbfqPage/qrCode/qrCode.axml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pages/hbfqPage/qrCode/qrCode.axml b/pages/hbfqPage/qrCode/qrCode.axml index fba70f4..d816d51 100644 --- a/pages/hbfqPage/qrCode/qrCode.axml +++ b/pages/hbfqPage/qrCode/qrCode.axml @@ -1,6 +1,6 @@ <view class="qrCode-page"> <view class="top" style="{{background:userStyle.gradientColor}}"> - <cover-image src="../../static/img/backpic.png" class="back-pic"/> + <cover-image src="../../../static/img/backpic.png" class="back-pic"/> </view> <qrcode-view imgSrc="{{imgSrc}}" rateList="{{rateList}}"/> </view> \ No newline at end of file -- Gitblit v1.8.0