From 0358677c06e86f05c992f406c9714a32b30a235d Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期四, 18 七月 2024 18:42:21 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/zbomyoujia
---
wechat_jiaxuan/components/navBar/navBar.wxml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/wechat_jiaxuan/components/navBar/navBar.wxml b/wechat_jiaxuan/components/navBar/navBar.wxml
index 36bb296..9cb054e 100644
--- a/wechat_jiaxuan/components/navBar/navBar.wxml
+++ b/wechat_jiaxuan/components/navBar/navBar.wxml
@@ -1,5 +1,5 @@
<van-nav-bar title="{{ title }}" border="{{ false }}">
<view slot="left">
- <van-icon wx:if="{{ showBack }}" name="arrow-left" size="22px" color="#000000" />
+ <van-icon wx:if="{{ showBack }}" fixed placeholder bind:click-left="navigateBack" name="arrow-left" size="22px" color="#000000" />
</view>
</van-nav-bar>
--
Gitblit v1.9.3