From 576be8c8d9978b3d8d432d01f8da2cbf43a556ca Mon Sep 17 00:00:00 2001 From: liangjin <liangjin@finlean.com> Date: Tue, 16 Mar 2021 17:55:04 +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