From 8dae74070e63cec1b2627a71f1f2d0e8dffc0e6a Mon Sep 17 00:00:00 2001 From: dminyi <1301963064@qq.com> Date: Sun, 08 Sep 2024 11:26:34 +0800 Subject: [PATCH] Merge branch 'master' of http://120.79.193.119:9090/r/gzzfw/frontEnd/gzDyh into master --- gz-wxparty/pages/login/index.wxml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gz-wxparty/pages/login/index.wxml b/gz-wxparty/pages/login/index.wxml index c343d2c..bb0259c 100644 --- a/gz-wxparty/pages/login/index.wxml +++ b/gz-wxparty/pages/login/index.wxml @@ -1,7 +1,7 @@ <!--pages/login/index.wxml--> <view class="noLogin"> <view class="noLogin-content"> - <image class="noLogin-image" src="{{ imgUrl }}me-center.png" /> + <image class="noLogin-image" src="./../../img/me-center.png" /> <view>请先登录账号</view> </view> <van-button bind:click="handleGetUserInfo" block type="primary">登录</van-button> -- Gitblit v1.8.0