Pārlūkot izejas kodu

Merge branch 'dev' of https://git.youlane.cn/weapp/C into dev

tags/河北版C.8.1.01
hurui pirms 6 gadiem
vecāks
revīzija
987c334e66
8 mainītis faili ar 17 papildinājumiem un 24 dzēšanām
  1. +0
    -2
      components/hot/index.js
  2. +0
    -8
      components/navbar/navbar.js
  3. +1
    -1
      pages/coupon/detail/index.wxss
  4. +1
    -1
      pages/managelicenseplate/managelicenseplate.wxml
  5. +1
    -1
      pages/passCar/couponList/couponList.wxml
  6. +13
    -7
      pages/passCar/passCar.js
  7. +1
    -1
      pages/passCar/passCar.wxml
  8. +0
    -3
      pages/spellGroup/paySpellGroup/index.wxml

+ 0
- 2
components/hot/index.js Parādīt failu

@@ -52,8 +52,6 @@ Component({
url: config.api.change,
data:param,
}).then(res => {
console.log(res)
console.log(123)
if(res.data != undefined && res.data){
if(val=='1'){
that.setData({


+ 0
- 8
components/navbar/navbar.js Parādīt failu

@@ -29,14 +29,6 @@ Component({
statusBarHeight: app.statusBarHeight + 'px',
navigationBarHeight: (app.statusBarHeight + 44) + 'px'
},
ready(){
let pages = getCurrentPages();
if (pages&&pages.length>0){
this.setData({
back:false
})
}
},
methods: {
backHome: function () {
wx.switchTab({


+ 1
- 1
pages/coupon/detail/index.wxss Parādīt failu

@@ -566,7 +566,7 @@ button::after {
bottom: 0;
padding-bottom: 22rpx;
padding-top: 22rpx;
z-index: 12;
z-index: 10;
/* background: #fff; */
}
.btnTxt{


+ 1
- 1
pages/managelicenseplate/managelicenseplate.wxml Parādīt failu

@@ -1,4 +1,4 @@
<navbar back home background="#FFF" text="车辆管理"></navbar>
<navbar back home text="车辆管理"></navbar>
<view class='title' style="padding-top:{{navigationBarHeight}};">30天内最多绑定4次车牌<text class='rem'>解绑前请确认车已经离场</text></view>
<!-- 车牌 -->
<!-- 有车牌的时候显示 -->


+ 1
- 1
pages/passCar/couponList/couponList.wxml Parādīt failu

@@ -1,4 +1,4 @@
<navbar back home background="#fff" text="停车券"></navbar>
<navbar back home text="停车券"></navbar>
<view class="market" style="padding-top:{{navigationBarHeight}}">
<!-- 券包 我的优惠券 -->
<i-tabs style="top:{{navigationBarHeight}}" class='tabs' current="{{ current_scroll }}" scroll bindchange="handleChangeScroll">


+ 13
- 7
pages/passCar/passCar.js Parādīt failu

@@ -76,10 +76,12 @@ Page({
quanid: quanid,
showTicketModal: false,
});
wx.setStorage({
that.bindCoupon(that.data.quanid);
/* wx.setStorage({
key: 'chosed',
data: 'chosed',
})
}) */
},
/*
*/
@@ -242,14 +244,14 @@ Page({
* 只有用户选择了优惠券
* 才会进行券和车牌的绑定
*/
if (wx.getStorageSync("chosed") && that.data.quanid) {
/* if (wx.getStorageSync("chosed") && that.data.quanid) {
that.getStopFee(that.data.listCardNum);
that.bindCoupon(that.data.quanid);
wx.setStorage({
key: 'chosed',
data: '',
})
};
}; */
if (app.globalData.token) {
// that.initUsrCarList();
that.initUsrCarList("flags");
@@ -446,6 +448,7 @@ Page({
data: postCouponData
})
.then(res => {
that.getStopFee(that.data.listCardNum);
that.initUsrCarList();
})
.catch(err => {
@@ -488,11 +491,14 @@ Page({
this.setData({
showTicketModal: true,
allow_load: true,
ticketList: [],
curPageNum: 1,
})
if (!this.data.ticketList.length){
this.getTicketList(0, 1);
/* if (!this.data.ticketList.length){
this.getTicketList(0, 1);
}
} */
},


+ 1
- 1
pages/passCar/passCar.wxml Parādīt failu

@@ -127,7 +127,7 @@
<view class='section' wx:for='{{ticketList}}' wx:key='{{index}}' bindtap="choicecoupon" data-title="{{item.title}}" data-id="{{item.id}}">
<view class='mms'>
<!-- <text>{{index}}</text> -->
<image class='gou' wx:if="{{item.id==quanid}}" mode='widthFix' src='{{gouHr}}'></image>
<!-- <image class='gou' wx:if="{{item.id==quanid}}" mode='widthFix' src='{{gouHr}}'></image> -->
<view class='detail_msg'>
<view class='info'>
<view class='title'>


+ 0
- 3
pages/spellGroup/paySpellGroup/index.wxml Parādīt failu

@@ -3,9 +3,6 @@
<view class='container' style="margin-top:{{navigationBarHeight}}">
<!-- 拼团产品详情 -->
<view class='detail'>
<view class='return-index' bindtap='gotoIndex'>
<image src='{{home}}' mode="widthFix"></image>
</view>
<view class='detail-top'>
<view class='detail-top01'>
<image src='{{data.coverImg}}' mode="aspectFill"></image>


Notiek ielāde…
Atcelt
Saglabāt