From 5424fb6cc7c907ec12025e96bb41146b28e5582c Mon Sep 17 00:00:00 2001 From: xusd <hugeinfo123> Date: Sun, 08 Sep 2024 10:00:34 +0800 Subject: [PATCH] Merge branch 'master' of http://120.79.193.119:9090/r/gzzfw/frontEnd/gzDyh --- 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