Sfoglia il codice sorgente

[门店][修改]:[门店列表修改,砍价新用户修改]

tags/湖南版5.1.4
meo 6 anni fa
parent
commit
7478c0c32d
8 ha cambiato i file con 11 aggiunte e 10 eliminazioni
  1. +2
    -1
      app.json
  2. +1
    -1
      ext.json
  3. +1
    -1
      pages/coupon/detail/index.wxml
  4. +1
    -1
      pages/getuserinfo/index.js
  5. +2
    -2
      pages/index/detail/index.wxml
  6. +2
    -2
      pages/index/detail/index.wxss
  7. +1
    -1
      pages/index/searchbar/index.wxml
  8. +1
    -1
      pages/index/searchbar/index.wxss

+ 2
- 1
app.json Vedi File

@@ -112,5 +112,6 @@
"request": 30000, "request": 30000,
"downloadFile": 10000 "downloadFile": 10000
}, },
"debug": false
"debug": false,
"sitemapLocation": "sitemap.json"
} }

+ 1
- 1
ext.json Vedi File

@@ -4,7 +4,7 @@
"ext": { "ext": {
"weappId": "wxea71200db93d756b", "weappId": "wxea71200db93d756b",
"name": "富茂客官开发", "name": "富茂客官开发",
"appVersion": "C.5.1.106",
"appVersion": "C.5.1.107",
"attr": { "attr": {
"configUrl": "https://ciformall.youlane.cn/C/api", "configUrl": "https://ciformall.youlane.cn/C/api",
"socketUrl": "wss://mp.youlane.cn/W/ws", "socketUrl": "wss://mp.youlane.cn/W/ws",


+ 1
- 1
pages/coupon/detail/index.wxml Vedi File

@@ -78,7 +78,7 @@
<text>{{item.merchantName}}</text> <text>{{item.merchantName}}</text>
<view class='shopVoList'> <view class='shopVoList'>
<view wx:for="{{item.shopVoList}}" wx:key="{{index}}" wx:for-item="itemName"> <view wx:for="{{item.shopVoList}}" wx:key="{{index}}" wx:for-item="itemName">
<text>{{itemName.shopNumber}}{{itemName.buildingName}}{{itemName.floorName}}</text><text class='douhao' wx:if="{{item.shopVoList.length>1}}">,</text>
<text>{{itemName.buildingName}}{{itemName.floorName}}--{{itemName.shopNumber}}</text><text class='douhao' wx:if="{{item.shopVoList.length>1}}">,</text>
</view> </view>
</view> </view>
</view> </view>


+ 1
- 1
pages/getuserinfo/index.js Vedi File

@@ -124,7 +124,7 @@ Page({
url: `/pages/bannerdetail/index?id=${that.data.optionData.id}`, url: `/pages/bannerdetail/index?id=${that.data.optionData.id}`,
}) })
} }
} else if (that.data.orderId&&app.globalData.type=='bg') {
} else if (that.data.orderId||that.data.orderId&&app.globalData.type=='bg') {
// 参与砍价 // 参与砍价
wx.navigateTo({ wx.navigateTo({
url: `/pages/bargain/bargainDatail/bargainDatail?orderId=${that.data.orderId}` url: `/pages/bargain/bargainDatail/bargainDatail?orderId=${that.data.orderId}`


+ 2
- 2
pages/index/detail/index.wxml Vedi File

@@ -26,7 +26,7 @@
<text>商户位置</text> <text>商户位置</text>
</view> </view>
<view class='merchants'> <view class='merchants'>
<text wx:for="{{shopVoList}}" wx:key="{{index}}">{{item.buildingName}} {{item.floorName}} {{item.shopNumber}}</text>
<text wx:for="{{shopVoList}}" wx:key="{{index}}">{{item.buildingName}}{{item.floorName}}--{{item.shopNumber}}</text>
</view> </view>
</view> </view>
</view> </view>
@@ -36,7 +36,7 @@
<text>联系商户</text> <text>联系商户</text>
</view> </view>
<view> <view>
<view style='display:block;text-align:right;margin-right:20rpx;'>
<view style='display:block;text-align:left;margin-right:20rpx;'>
<text>{{data.merchantLinkPhone}}</text> <text>{{data.merchantLinkPhone}}</text>
</view> </view>
<image bindtap='phone' data-merchantLinkPhone='{{data.merchantLinkPhone}}' class="tel" src="{{teljpgUrl}}" mode="widthFix" /> <image bindtap='phone' data-merchantLinkPhone='{{data.merchantLinkPhone}}' class="tel" src="{{teljpgUrl}}" mode="widthFix" />


+ 2
- 2
pages/index/detail/index.wxss Vedi File

@@ -90,7 +90,7 @@


.merchant-shop view, .merchant-phone view { .merchant-shop view, .merchant-phone view {
display: flex; display: flex;
flex: 4;
flex: 3;
color: #333; color: #333;
} }


@@ -133,7 +133,7 @@
} }
.merchants text{ .merchants text{
display: block; display: block;
text-align: right;
text-align: left;
height: 50rpx; height: 50rpx;
line-height: 50rpx; line-height: 50rpx;
} }


+ 1
- 1
pages/index/searchbar/index.wxml Vedi File

@@ -26,7 +26,7 @@
<text>{{item.merchantName}}</text> <text>{{item.merchantName}}</text>
<view class='shopVo'> <view class='shopVo'>
<view class='shopVoList' wx:for="{{item.shopVoList}}" wx:key="{{index}}" wx:for-item="itemName"> <view class='shopVoList' wx:for="{{item.shopVoList}}" wx:key="{{index}}" wx:for-item="itemName">
<text>{{itemName.shopNumber}}{{itemName.buildingName}}{{itemName.floorName}}</text><text class='douhao' wx:if="{{item.shopVoList.length>1}}">,</text>
<text>{{itemName.buildingName}}{{itemName.floorName}}--{{itemName.shopNumber}}</text><text class='douhao' wx:if="{{item.shopVoList.length>1}}">,</text>
</view> </view>
</view> </view>
</view> </view>


+ 1
- 1
pages/index/searchbar/index.wxss Vedi File

@@ -131,7 +131,7 @@
color: #b8b8b8; color: #b8b8b8;
padding-top: 3rpx; padding-top: 3rpx;
height: 36rpx; height: 36rpx;
line-height: 36rpx;
line-height: 56rpx;
overflow: hidden; overflow: hidden;
} }




Caricamento…
Annulla
Salva