瀏覽代碼

[我的][修改]:[增加我的砍价和我的拼团]

tags/安徽版C.4.1.6最终版
meo 6 年之前
父節點
當前提交
c8b452bfaf
共有 4 個檔案被更改,包括 54 行新增21 行删除
  1. +15
    -7
      pages/bargain/bargain.js
  2. +13
    -8
      pages/spellGroup/spellGroup.js
  3. +21
    -0
      pages/user/index.wxml
  4. +5
    -6
      pages/user/index.wxss

+ 15
- 7
pages/bargain/bargain.js 查看文件

@@ -24,19 +24,27 @@ Page({
loadingUrl: imgurl.loading.url, loadingUrl: imgurl.loading.url,
flag: 'bargaingoods', flag: 'bargaingoods',
}, },
onLoad: function () {
onLoad: function (options) {
console.log(options)
let that = this; let that = this;
// options.from =='myhtml'
// 来自我的列表
if (options && options.from =='myhtml'){
that.mybargain();
}else{
that.getList(1, "bargaingoods");
that.setData({
flag: "bargaingoods",
bargaingoods: true,
mybargain: false
})
}
that.getBannerlist(); that.getBannerlist();
var todayDate=new Date().getTime(); var todayDate=new Date().getTime();
that.setData({ that.setData({
todayDate:todayDate todayDate:todayDate
}) })
that.getList(1, "bargaingoods");
that.setData({
flag: "bargaingoods",
bargaingoods:true,
mybargain:false
})
}, },
/** /**
* banner * banner


+ 13
- 8
pages/spellGroup/spellGroup.js 查看文件

@@ -25,21 +25,26 @@ Page({
content:'数据正在加载中', content:'数据正在加载中',
flag: 'spellList', flag: 'spellList',
}, },
onLoad: function () {
onLoad: function (options) {
let that = this; let that = this;
that.getBannerlist(); that.getBannerlist();
var todayDate = new Date().getTime(); var todayDate = new Date().getTime();
that.setData({ that.setData({
todayDate: todayDate todayDate: todayDate
}) })
that.getList(1, "spellList");
if(options&&options.from=='myhtml'){
that.getmyList();
}
else{
that.getList(1, "spellList");
that.setData({
flag: "spellList",
spellList: true,
myspellList: false,
lists: null
})
}
that.getUserInfo(); that.getUserInfo();
that.setData({
flag: "spellList",
spellList: true,
myspellList: false,
lists: null
})
}, },
//切换拼团列表 //切换拼团列表
getSpellList(){ getSpellList(){


+ 21
- 0
pages/user/index.wxml 查看文件

@@ -33,6 +33,26 @@
</view> </view>
</view> </view>
</navigator> </navigator>
<!-- 我的砍价 -->
<navigator url="/pages/bargain/bargain?from=myhtml" open-type="navigate">
<view class="user-btn app-border-bottom">
<view>
<image class='icons' src="{{cheUrl}}" mode='widthFix'></image>我的砍价</view>
<view>
<text class="iconfont icon-right"></text>
</view>
</view>
</navigator>
<!-- 我的拼团 -->
<navigator url="/pages/spellGroup/spellGroup?from=myhtml" open-type="navigate">
<view class="user-btn app-border-bottom">
<view>
<image class='icons' src="{{cheUrl}}" mode='widthFix'></image>我的拼团</view>
<view>
<text class="iconfont icon-right"></text>
</view>
</view>
</navigator>
<navigator url="/pages/couponorder/index/index"> <navigator url="/pages/couponorder/index/index">
<view class="user-btn app-border-bottom"> <view class="user-btn app-border-bottom">
<view> <view>
@@ -72,6 +92,7 @@
</view> </view>
</view> </view>
</navigator> </navigator>
</view> </view>
<view class="margin"></view> <view class="margin"></view>
<view bindlongtap='showVersion' class='version'> <view bindlongtap='showVersion' class='version'>


+ 5
- 6
pages/user/index.wxss 查看文件

@@ -1,6 +1,6 @@
page{ page{
height: 100%;
overflow: hidden;
overflow-y:visible!important;
height: auto!important;
} }
.icons { .icons {
width: 40rpx; width: 40rpx;
@@ -10,7 +10,6 @@ page{


.user { .user {
background: #fff; background: #fff;
min-height: 100vh;
} }


.navigator-hover { .navigator-hover {
@@ -141,7 +140,7 @@ page{


.user-btns { .user-btns {
background: #fff; background: #fff;
margin-top: 65rpx;
margin-top: 20rpx;
padding: 0 30rpx; padding: 0 30rpx;
} }


@@ -211,7 +210,7 @@ page{
.gzh { .gzh {
/* display: none; */ /* display: none; */
position: absolute; position: absolute;
bottom: 16%;
bottom: 70rpx;
width: 90%; width: 90%;
left: 0; left: 0;
right: 0; right: 0;
@@ -229,7 +228,7 @@ page{


.of { .of {
display: block; display: block;
margin-top: 40rpx;
/* margin-top: 40rpx; */
height: 170rpx; height: 170rpx;
} }




Loading…
取消
儲存