From bfeebfd597181a243f79e7ecd7ee6297f33aa653 Mon Sep 17 00:00:00 2001
From: TM <923727421@qq.com>
Date: Tue, 15 Dec 2020 19:56:41 +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