1
This commit is contained in:
parent
a5b8c7a24a
commit
3cef4b0594
@ -734,9 +734,17 @@
|
|||||||
that.hotPage,
|
that.hotPage,
|
||||||
that.hotLimit,
|
that.hotLimit,
|
||||||
).then(res => {
|
).then(res => {
|
||||||
|
console.log(res);
|
||||||
that.hotPage++
|
that.hotPage++
|
||||||
that.hotScroll = res.data.list.length < that.hotLimit
|
that.hotScroll = res.data.list.length < that.hotLimit
|
||||||
that.hostProduct = that.hostProduct.concat(res.data.list)
|
that.hostProduct = that.hostProduct.concat(res.data.list)
|
||||||
|
if(that.hostProduct.length == res.data.count){
|
||||||
|
uni.showToast({
|
||||||
|
title: '推荐商品,加载完毕',
|
||||||
|
duration: 2000, // 显示时长,单位为毫秒
|
||||||
|
icon: 'success' // 提示图标,可选值:success / loading / none
|
||||||
|
})
|
||||||
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
//点击事件处理
|
//点击事件处理
|
||||||
|
@ -186,7 +186,7 @@
|
|||||||
*/
|
*/
|
||||||
goIndex: function(e) {
|
goIndex: function(e) {
|
||||||
uni.switchTab({
|
uni.switchTab({
|
||||||
url: '/pages/home/index'
|
url: '/pages/index/index'
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
// 去参团页面;
|
// 去参团页面;
|
||||||
|
@ -80,6 +80,7 @@
|
|||||||
this.$util.Tips({
|
this.$util.Tips({
|
||||||
title: res.message
|
title: res.message
|
||||||
});
|
});
|
||||||
|
this.getList()
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
goHomepage(item){
|
goHomepage(item){
|
||||||
|
@ -151,7 +151,7 @@
|
|||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="popup_group">
|
<view class="popup_group">
|
||||||
<view v-if="deliveryType.length == 2" class="radio">
|
<view class="radio">
|
||||||
<view class="radio_label ">送货方式</view>
|
<view class="radio_label ">送货方式</view>
|
||||||
<checkbox-group class="select_group flex_start" @change="deliveryWayChange">
|
<checkbox-group class="select_group flex_start" @change="deliveryWayChange">
|
||||||
<label class="radio_select" v-for="(val, i) in deliveryFreeList" :key="val.value">
|
<label class="radio_select" v-for="(val, i) in deliveryFreeList" :key="val.value">
|
||||||
@ -163,7 +163,7 @@
|
|||||||
</checkbox-group>
|
</checkbox-group>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="popup_group_item" v-if="setFormData.delivery_way.includes('2')">
|
<view class="popup_group_item" >
|
||||||
<view class="popup_group_item_label">是否包邮</view>
|
<view class="popup_group_item_label">是否包邮</view>
|
||||||
<view class="popup_group_item_value">
|
<view class="popup_group_item_value">
|
||||||
<view class="popup_group_item_message">
|
<view class="popup_group_item_message">
|
||||||
|
@ -693,6 +693,7 @@
|
|||||||
is_star: that.isSatrt,
|
is_star: that.isSatrt,
|
||||||
community_id: that.videoID
|
community_id: that.videoID
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
|
console.log(res);
|
||||||
that.videoData(res.data.list)
|
that.videoData(res.data.list)
|
||||||
}).catch(err => {
|
}).catch(err => {
|
||||||
return uni.showToast({
|
return uni.showToast({
|
||||||
@ -723,8 +724,16 @@
|
|||||||
page: that.page,
|
page: that.page,
|
||||||
limit: that.limit,
|
limit: that.limit,
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
|
console.log(res);
|
||||||
that.loadVideo = false
|
that.loadVideo = false
|
||||||
that.videoData(res.data.list)
|
const arr=[]
|
||||||
|
res.data.list.forEach(item=>{
|
||||||
|
if(item.is_type == '2'){
|
||||||
|
return arr.push(item)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
this.limit=arr.length
|
||||||
|
that.videoData(arr)
|
||||||
}).catch(err => {
|
}).catch(err => {
|
||||||
return uni.showToast({
|
return uni.showToast({
|
||||||
title: err,
|
title: err,
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="Circle_friends">
|
<view class="Circle_friends">
|
||||||
<view class="circle_friends_wrapper">
|
<view class="circle_friends_wrapper">
|
||||||
<zbpSwiper :isSelectPlace="true" @selectPlce="selectPlce" :location_Arr="locationArr"></zbpSwiper>
|
<zbpSwiper style="z-index: 1;" :isSelectPlace="true" @selectPlce="selectPlce" :location_Arr="locationArr"></zbpSwiper>
|
||||||
<view class="shop_wrapper">
|
<view class="shop_wrapper">
|
||||||
<!-- locationArr.address_reference.town.id -->
|
<!-- locationArr.address_reference.town.id -->
|
||||||
<navigator class="l_yun" hover-class="none"
|
<navigator class="l_yun" hover-class="none"
|
||||||
@ -161,9 +161,9 @@
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
go_shop() {
|
go_shop() {
|
||||||
// if (this.mer_id == 0) {
|
if (this.mer_id == 0) {
|
||||||
// return Toast('当前区域没有云仓库')
|
return Toast('当前区域没有云仓库')
|
||||||
// }
|
}
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: `/pages/nongKe/cloud_entrepot/index?street=${this.street_id}&town=${this.town}`
|
url: `/pages/nongKe/cloud_entrepot/index?street=${this.street_id}&town=${this.town}`
|
||||||
})
|
})
|
||||||
|
@ -278,6 +278,7 @@
|
|||||||
getMemberInfo(){
|
getMemberInfo(){
|
||||||
let that = this;
|
let that = this;
|
||||||
memberInfo().then(res => {
|
memberInfo().then(res => {
|
||||||
|
console.log(res);
|
||||||
let info = res.data
|
let info = res.data
|
||||||
let value = info.next_level && info.next_level.brokerage_rule || null;
|
let value = info.next_level && info.next_level.brokerage_rule || null;
|
||||||
this.curLevel = info.member;
|
this.curLevel = info.member;
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"miniprogramRoot": "unpackage/dist/build/mp-weixin/",
|
"miniprogramRoot": "unpackage/dist/dev/mp-weixin/",
|
||||||
"description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
|
"description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
|
||||||
"packOptions": {
|
"packOptions": {
|
||||||
"ignore": [],
|
"ignore": [],
|
||||||
@ -41,11 +41,12 @@
|
|||||||
"disableUseStrict": false,
|
"disableUseStrict": false,
|
||||||
"minifyWXML": true,
|
"minifyWXML": true,
|
||||||
"showES6CompileOption": false,
|
"showES6CompileOption": false,
|
||||||
"useCompilerPlugins": false
|
"useCompilerPlugins": false,
|
||||||
|
"condition": false
|
||||||
},
|
},
|
||||||
"compileType": "miniprogram",
|
"compileType": "miniprogram",
|
||||||
"libVersion": "2.14.3",
|
"libVersion": "2.14.3",
|
||||||
"appid": "wx5fb1cc8edb3f8baa",
|
"appid": "wx7502b94d6a53d589",
|
||||||
"projectname": "crmeb_merchant_h5",
|
"projectname": "crmeb_merchant_h5",
|
||||||
"simulatorType": "wechat",
|
"simulatorType": "wechat",
|
||||||
"simulatorPluginLibVersion": {},
|
"simulatorPluginLibVersion": {},
|
||||||
|
@ -1,4 +1,8 @@
|
|||||||
{
|
{
|
||||||
"libVersion": "2.24.2",
|
"libVersion": "2.24.2",
|
||||||
"description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html"
|
"description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
|
||||||
|
"projectname": "nk-shop2.0",
|
||||||
|
"setting": {
|
||||||
|
"compileHotReLoad": true
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user