From 1bb426e06dffd3019bae7ec9ec264e5715f0a8c9 Mon Sep 17 00:00:00 2001 From: TM <923727421@qq.com> Date: Tue, 15 Dec 2020 20:47:08 +0800 Subject: [PATCH] clear="{{false}}"设置 --- 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