瀏覽代碼

[积分换礼][修改][顶部]

[砍价详情][修改][对号]
tags/河北版C.8.1.01
hurui 5 年之前
父節點
當前提交
44846ba600
共有 10 個檔案被更改,包括 20 行新增22 行删除
  1. +4
    -6
      components/hot/index.js
  2. +1
    -1
      components/hot/index.wxml
  3. +1
    -1
      pages/bargain/bargainDatail/bargainDatail.js
  4. +1
    -1
      pages/bargain/bargainDatail/bargainDatail.wxml
  5. +4
    -4
      pages/bargain/bargainDatail/bargainDatail.wxss
  6. +1
    -1
      pages/integralmall/payIntegcouponStatus/index.wxml
  7. +0
    -3
      pages/integralmall/payIntegcoupondetail/index.wxml
  8. +3
    -4
      pages/main/index.js
  9. +1
    -1
      pages/main/index.wxml
  10. +4
    -0
      utils/imgurl.js

+ 4
- 6
components/hot/index.js 查看文件

@@ -80,13 +80,11 @@ Component({
},
// 换一换
getChange(){
let that = this;
if (that.pSize != 1 && that.pSize != 0){
this.getList(1)
if (this.kSize != 1 && that.kSize != 0){
that.getList(1)
}
if (that.pSize != 1 && that.pSize != 0) {
this.getList(2)
if (this.pSize != 1 && that.pSize != 0) {
that.getList(2)
}
},
//跳转砍价详情


+ 1
- 1
components/hot/index.wxml 查看文件

@@ -5,7 +5,7 @@
<view class='sql' style='background:{{sql}}'></view>
<text>爆款专区</text>
</view>
<view class='titleR' bindtap='getChange' >
<view class='titleR' bindtap='getChange'wx:if="{{pSize>=2||kSize>=2}}" >
<text style='color:{{txt}}'>换一换</text>
<view>
<image src='{{change}}' bindtap='' mode='aspectFill'></image>


+ 1
- 1
pages/bargain/bargainDatail/bargainDatail.js 查看文件

@@ -14,7 +14,7 @@ Page({
bannerUrl: imgurl.banner.url,
wmhome: imgurl.wmhome.url,
wmhelp: imgurl.wmhelp.url,
wmsuccess01: imgurl.wmsuccess01.url,
chenggong: imgurl.chenggong.url,
fail: imgurl.fail.url,
data: null,
from: null,


+ 1
- 1
pages/bargain/bargainDatail/bargainDatail.wxml 查看文件

@@ -34,7 +34,7 @@
</view>
<view class='help' wx:if="{{data.orderStatus != 7&&data.orderStatus != 1&&data.orderStatus != 9}}">还需邀请<text>{{data.pressLimitNum-data.orderPressList.length}}</text>位好友,帮忙砍至底价</view>
<view class="success" wx:if="{{data.orderStatus == 7||data.orderStatus == 1}}" hover-class="none" hover-stop-propagation="false">
<image src="{{wmsuccess01}}" mode="widthFix"></image>
<image src="{{chenggong}}" mode="widthFix"></image>
<text class="" selectable="false" space="false" decode="false">
已砍至底价
</text>


+ 4
- 4
pages/bargain/bargainDatail/bargainDatail.wxss 查看文件

@@ -322,23 +322,23 @@ page{
display: flex;
justify-content: space-around;
width: 520rpx;
margin: 40rpx auto 0;
margin-top: 40rpx;
}
.status button{
.status button{
display: block;
width: 250rpx;
width: 240rpx;
height: 75rpx;
line-height: 75rpx;
text-align: center;
border: none;
font-size: 32rpx;
margin: 0 auto;
}
button::after{ border: none; }
.status button:nth-of-type(1){
background:linear-gradient(127deg,rgba(252,177,74,1) 0%,rgba(254,70,20,1) 100%);
/* border:1px solid rgba(236,59,45,1); */
border-radius:48rpx;
margin-top: 20rpx;
margin-bottom: 20rpx;
color: #fff;
}


+ 1
- 1
pages/integralmall/payIntegcouponStatus/index.wxml 查看文件

@@ -1,4 +1,4 @@
<navbar home back text="积分换礼" background='#FFF' ></navbar>
<navbar home back text="兑换成功" background='#FFF' ></navbar>
<view class='pay-status'style="padding-top:{{navigationBarHeight}}">
<view class='tilte'>兑换成功</view>
<view class='coupon'>


+ 0
- 3
pages/integralmall/payIntegcoupondetail/index.wxml 查看文件

@@ -3,9 +3,6 @@
<view class='container' style="padding-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>


+ 3
- 4
pages/main/index.js 查看文件

@@ -72,7 +72,7 @@ Page({
credit: 0,
score: '0',
page: 1 ,// 刷新进入页面时已经加载了第一页数据,onReachBottom时 page++,从第2页开始加载
topicTitle:'',
},
close: function() {
this.setData({
@@ -516,11 +516,10 @@ Page({
}
}).then(res => {
if (res && res.data) {
console.log(res.data.title)
that.setData({
name: res.data.name,
cover: res.data.cover,
title: res.data.title,
topicTitle: res.data.title,
id: res.data.id,
showTopic: true
})
@@ -627,7 +626,7 @@ Page({
// that.selectComponent("#spellGroup").getList();
// that.selectComponent("#rushtobyCard").getList();
wx.stopPullDownRefresh();
//砍价,拼团下拉刷新
//爆款专区下拉刷新
that.selectComponent("#hot").getList();
},
//加载更多


+ 1
- 1
pages/main/index.wxml 查看文件

@@ -77,7 +77,7 @@
</view>
<view class='textBox'>
<view class='name'>{{name}}</view>
<view class='title'>{{title}}</view>
<view class='title'>{{topicTitle}}</view>
</view>
<view class='next'>
<image src='{{next}}' mode='aspectFill' ></image>


+ 4
- 0
utils/imgurl.js 查看文件

@@ -705,5 +705,9 @@ module.exports = {
'url': baseUrl + "jiaofei.png",
'name': ''
},
'chenggong': {
'url': baseUrl + "chenggong.png",
'name': ''
},
}

Loading…
取消
儲存