From 86fc8bbb09df7bbeb50fa714ff8bb4aea85ffef5 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期一, 29 七月 2024 15:57:17 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/zbomyoujia
---
wechat_staff/pages/store/info.wxml | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/wechat_staff/pages/store/info.wxml b/wechat_staff/pages/store/info.wxml
index ae2a0df..fd1a018 100644
--- a/wechat_staff/pages/store/info.wxml
+++ b/wechat_staff/pages/store/info.wxml
@@ -15,7 +15,7 @@
<view class="line">
<view class="la">闂ㄥ簵缁忕含搴�</view>
<view class="val" bindtap="getLocation">
- <view class="input">{{ longitude }},{{ latitude }}</view>
+ <view class="input">[{{ longitude || '' }},{{ latitude || ''}}]</view>
<image class="icon" src="../../static/icon/home_ar@2x.png" mode="widthFix"></image>
</view>
</view>
@@ -26,7 +26,5 @@
</view>
</view>
</view>
- <view class="bottombtn">
- <button bind:tap="saveInfo" class="savebutton">淇濆瓨</button>
- </view>
+ <view bindtap="saveInfo" style="bottom: {{ bottomLift }}px" class="bottombtn">淇濆瓨</view>
</view>
\ No newline at end of file
--
Gitblit v1.9.3