소스 검색

upload

dev_czc
HolyKnightIX 1 년 전
부모
커밋
62eb4738c0
4개의 변경된 파일17개의 추가작업 그리고 12개의 파일을 삭제
  1. +6
    -6
      ext.json
  2. +9
    -4
      index/passCar.js
  3. +1
    -1
      pages/integralmall/index.wxml
  4. +1
    -1
      pages/integralmall/payIntegcoupondetail/index.wxml

+ 6
- 6
ext.json 파일 보기

@@ -17,7 +17,7 @@
}, },
"version": "release" "version": "release"
}, },
"mchId": "1604439800",
"mchId": "1539706221",
"imgProxy": [ "imgProxy": [
{ {
"newUrl": "https://c.malls.iformall.com/img", "newUrl": "https://c.malls.iformall.com/img",
@@ -32,13 +32,13 @@
"orgUrl": "https://wx.qlogo.cn" "orgUrl": "https://wx.qlogo.cn"
} }
], ],
"configUrl": "https://c.malls.iformall.com/C/api",
"configUrl": "https://jyxh1009.malls.iformall.com/C/api",
"ifStoreApp": "0", "ifStoreApp": "0",
"ifHaveWebSocket": "0", "ifHaveWebSocket": "0",
"ifHaveCarModular": "1" "ifHaveCarModular": "1"
}, },
"name": "武冈保利和盛堂",
"weappId": "wx4b05d7ffbc215e85",
"name": "简阳旭海时代广场",
"weappId": "wx7b52d9803173f963",
"appVersion": "C.5.1.1" "appVersion": "C.5.1.1"
}, },
"debug": false, "debug": false,
@@ -85,11 +85,11 @@
}, },
"plugins": { "plugins": {
"live-player-plugin": { "live-player-plugin": {
"version": "1.3.4",
"version": "1.2.5",
"provider": "wx2b03c6e691cd7370" "provider": "wx2b03c6e691cd7370"
} }
}, },
"extAppid": "wx4b05d7ffbc215e85",
"extAppid": "wx7b52d9803173f963",
"extEnable": true, "extEnable": true,
"permission": { "permission": {
"scope.userLocation": { "scope.userLocation": {


+ 9
- 4
index/passCar.js 파일 보기

@@ -275,20 +275,25 @@ Page({
var that = this var that = this
// etcp parkVendor1 // etcp parkVendor1
// 泊链停车 parkVendor5 // 泊链停车 parkVendor5
let data = null
if (e.target.dataset.flag == 'parkVendor1') { if (e.target.dataset.flag == 'parkVendor1') {
wx.navigateToMiniProgram({
data = {
appId: that.data.etcpAppId, appId: that.data.etcpAppId,
extraData: that.data.extraData, extraData: that.data.extraData,
envVersion: that.data.carMiniVersion, envVersion: that.data.carMiniVersion,
path: that.data.payPath path: that.data.payPath
})
}
wx.navigateToMiniProgram(data)
console.log(data, 'parkVendor1');
} else if (e.target.dataset.flag == 'parkVendor5') { } else if (e.target.dataset.flag == 'parkVendor5') {
wx.navigateToMiniProgram({
data = {
appId: that.data.bolinkAppId, appId: that.data.bolinkAppId,
extraData: that.data.extraData, extraData: that.data.extraData,
envVersion: that.data.carMiniVersion, envVersion: that.data.carMiniVersion,
path: that.data.payPath path: that.data.payPath
})
}
wx.navigateToMiniProgram(data)
console.log(data, 'parkVendor5');
} }
}, },
showquan: function () { showquan: function () {


+ 1
- 1
pages/integralmall/index.wxml 파일 보기

@@ -65,7 +65,7 @@
<!-- <view class='more' wx:if="{{item.salePrice!=0}}">+</view> <!-- <view class='more' wx:if="{{item.salePrice!=0}}">+</view>
<view class='price-num' wx:if="{{item.salePrice!=0}}">{{item.salePrice}}</view> <view class='price-num' wx:if="{{item.salePrice!=0}}">{{item.salePrice}}</view>
<view class='price-unit' wx:if="{{item.salePrice!=0}}">元</view> --> <view class='price-unit' wx:if="{{item.salePrice!=0}}">元</view> -->
<view class='price02'>{{'原价 '+item.priceStr+'元'}}</view>
<view wx:if="{{ item.type != 51 }}" class='price02'>{{'原价 ' + item.priceStr + '元'}}</view>
</view> </view>
</view> </view>
</view> </view>


+ 1
- 1
pages/integralmall/payIntegcoupondetail/index.wxml 파일 보기

@@ -11,7 +11,7 @@
<view class='detail-top02'> <view class='detail-top02'>
<view class='title'>{{data.title}}</view> <view class='title'>{{data.title}}</view>
<view class='des'>{{data.subTitle}}</view> <view class='des'>{{data.subTitle}}</view>
<view class='des'>{{'价值:'+data.priceStr+'元'}}</view>
<view wx:if="{{ data.type != 51 }}" class='des'>{{'价值:'+data.priceStr+'元'}}</view>
</view> </view>
<view class='detail-top03'> <view class='detail-top03'>
<view class='detail-p-price'>{{data.creditPrice}}积分</view> <view class='detail-p-price'>{{data.creditPrice}}积分</view>


불러오는 중...
취소
저장