作者 lihongjuan

1

... ... @@ -34,7 +34,8 @@ export default {
context.setFillStyle("white");
context.setLineWidth(5);
context.fillRect(0, 0, w, h);
var pool=["A","B","C","D","E","F","G","H","I","J","K","L","I","M","N","O","P","Q","R","S","T","U","V","W","S","Y","Z","1","2","3","4","5","6","7","8","9","0"],str='';
// var pool=["A","B","C","D","E","F","G","H","I","J","K","L","I","M","N","O","P","Q","R","S","T","U","V","W","S","Y","Z","1","2","3","4","5","6","7","8","9","0"],str='';
var pool=["1","2","3","4","5","6","7","8","9","0"],str='';
for(var i=0;i<4;i++){
var c=pool[this.rn(0,pool.length-1)];//随机的字
var deg=this.rn(-30,30);//字体的旋转角度
... ...
... ... @@ -14,6 +14,15 @@
}
},
{
"path": "pages/homepage/giftorder",
"style": {
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black"
}
},
{
"path": "pages/login/loginindex",
"style": {
"navigationBarTitleText": "",
... ...
... ... @@ -16,7 +16,6 @@
<view class="ruletitle" @click="rule">
活动规则
</view>
</view>
<!-- 停止位置:<input :value='luckPosition' style="width:100%;text-align:center" @input='input' type='number'></input> -->
<!-- 抽奖 -->
... ... @@ -214,7 +213,8 @@
clickLuck: 'clickLuck',
luckPosition: 2,
giftshow:false,
text:''
text:'',
is_win:''
}
},
... ... @@ -223,7 +223,10 @@
// 头部切换
tabchange(e){
this.tab=e.currentTarget.dataset.id;
this.getdrawlist()
this.getdrawlist();
if(this.tab==1){
this.chou()
}
},
// 抽奖
chou(){
... ... @@ -236,17 +239,22 @@
}
console.log(params)
app.post(url, params, "post").then((res) => {
console.log('我是我是我是我是我是我是我是我是',res);
console.log(res)
that.is_win=res.data.data.is_win;
console.log('是否中奖',that.is_win)
that.color.forEach(function(value,index,array){
value.name=res.data.data.name;
that.luckPosition=index
if(value.name==res.data.data.name){
that.luckPosition=index
}
})
console.log('好吧爸爸',that.luckPosition)
}).catch((err) => {
console.log(err)
if(err.msg=='用户未登录'){
uni.reLaunch({
url:'/pages/login/loginindex'
})
}
})
},
... ... @@ -294,7 +302,7 @@
value.chose=false
})
that.color=gift;
that.chou()
// that.chou()
}).catch((err) => {
... ... @@ -325,6 +333,7 @@
},
//点击抽奖按钮
clickLucks: function() {
this.chou()
if (this.clickLuck == 'clickLuck') {
var e = this;
... ... @@ -408,10 +417,19 @@
} else {
//1秒后显示弹窗
setTimeout(function() {
console.log('是否中奖',this.is_win)
if(e.is_win==1){
e.text= e.color[which].name
console.log( e.color[which].name)
e.giftshow=true;
e.clickLuck = 'clickLuck';
}else{
uni.showToast({
title:"很遗憾~未中奖",
cion:'none'
})
}
//中奖
// uni.showModal({
// content: '恭喜获得:' + e.color[which].name,
... ... @@ -750,7 +768,7 @@
line-height: 30upx;
margin-top: 16upx;
color: #C29445;
font-size: 32rpx;
font-size: 24rpx;
}
.chou {
... ...
<template>
<view class="content">
<view class="ordercontent">
<view class="sureordertop flextwo" @click="addaddress" v-if="postage_type3==1||postage_type2==1||postage_type1==1">
<!-- @click="addaddress" -->
<view class="sureordername" v-if="addressitem==''">请选择地址</view>
<view class="addresstop" v-else>
<view class="addressname flexone">
<view class="sureordername">
{{addressitem.name}}
</view>
<view class="sureorderphone">{{addressitem.phone}}</view>
</view>
<view class="addresstitle">
{{addressitem.province_name}}{{addressitem.city_name}}{{addressitem.county_name}}{{addressitem.address}}
</view>
</view>
<view class="yourowk">
<image src="../../static/yourowk.png" mode=""></image>
</view>
</view>
<view class="sureshop sureshopk">
<!-- 店铺商品 -->
<view class="bigbox" >
<view class="boxbox" style="padding-top: 20rpx;box-sizing: border-box;">
<view class="sureorderitem flex">
<view class="sureorderitemleft">
<image :src="item.image" mode=""></image>
</view>
<view class='shuright'>
<view class="suregoodnamek">{{item.name}}
</view>
<view class="surebot flexone">
<view class="saleprice" style="color:#3D454C;font-weight: normal;">运费 ¥{{item.postage}}</view>
</view>
</view>
</view>
</view>
</view>
</view>
</view>
<view class="huiyuanbot boxsizing flextwo totalbtn">
<view class="surezhifu">总计:{{item.postage}}</view>
<view class="behuiyuanbtn behuiyuanbtnk" @click="surepay">确认支付</view>
</view>
<!-- 购买弹层 -->
<view class="register" @click="hidebuy" v-if="buyshow">
<view class="buywrap boxsizing" @click.stop="stopclickwrap">
<view class="buyname">订单总额</view>
<view class="buymoney">{{item.postage}}</view>
<view class='buybox'>
<view class="buyitem boxsizing flextwo" @click.stop="paytype" :data-id="1">
<view class="buyitemleft flexone">
<view class="buyleftimg" >
<image src="../../static/weixin.png" mode=""></image>
</view>
<view class="buyitemname">微信支付</view>
</view>
<view class="selimg" >
<image src="../../static/selright.png" mode="" v-if="pay_type==1"></image>
<image src="../../static/meisel.png" mode="" v-else></image>
</view>
</view>
<view class="buyitem boxsizing flextwo">
<view class="buyitemleft flexone">
<view class="buyleftimg">
<image src="../../static/zhifubao.png" mode=""></image>
</view>
<view class="buyitemname">支付宝</view>
</view>
<view class="selimg" @click.stop="paytype" :data-id="2">
<image src="../../static/selright.png" mode="" v-if="pay_type==2"></image>
<image src="../../static/meisel.png" mode="" v-else></image>
</view>
</view>
<view class="buyitem boxsizing flextwo" @click.stop="paytype" :data-id="3">
<view class="buyitemleft flexone">
<view class="buyleftimg" >
<image src="../../static/yue.png" mode="" ></image>
</view>
<view class="buyitemname">余额支付</view>
</view>
<view class="selimg" >
<image src="../../static/selright.png" mode="" v-if="pay_type==3"></image>
<image src="../../static/meisel.png" mode="" v-else></image>
</view>
</view>
<view class="buyitem boxsizing flextwo" @click.stop="paytype" :data-id="4">
<view class="buyitemleft flexone">
<view class="buyleftimg">
<image src="../../static/baitiao.png" mode="" ></image>
</view>
<view class="buyitemname">赊吧支付</view>
</view>
<view class="selimg" >
<image src="../../static/selright.png" mode="" v-if="pay_type==4"></image>
<image src="../../static/meisel.png" mode="" v-else></image>
</view>
</view>
</view>
<view class="buybtn btnk" @click="paynow">确认支付(¥{{item.postage}})</view>
</view>
</view>
<!-- 优惠券使用规则 -->
<view class='register' v-if="couponrule">
<view class="couponrule">
<view class='coupontitle'>{{title}}</view>
<view class="coupontext">
{{rulecontent}}
</view>
<view class="know" @click="know">我知道了</view>
</view>
</view>
</view>
</template>
<script>
import app from "../../App.vue";
export default {
data() {
return {
// 是否显示收货地址
gift_log_id:'',
item:'',
order_gift_id:'',
addresstrue:true,
buyshow: false,
couponrule:false,
goodinfo:'',
addressitem:'',
addresssel:'请选择地址',
mianindex:-1,
servicearr:[{
id:1,
name:'快递配送'
},
{
id:2,
name:'上门自提'
},
],
mianpeiname:'快递配送',
jifen:'',
couponname:'请选择优惠券',
// 面坊的配送方式
postage_type1:1,
// 积分商品配送方式
jifenservicearr:[{
id:1,
name:'快递配送'
},
{
id:2,
name:'上门自提'
},
],
jiindex:-1,
postage_type2:1,
jifenpeiname:'快递配送',
//店铺商品
goodindex:-1,
goodservicearr:[{
id:1,
name:'快递配送'
},
{
id:2,
name:'上门自提'
}],
goodpeiname:'快递配送',
pay_type:-1,
user_ticket_id:'',
order_id:'',
//判断收货地址是否显示
postage_type3:'',
cartid:'',
title:'优惠券使用规则',
ruletype:'',
rulecontent:''
// data1 面坊 data2 积分 data3 店铺
}
},
onLoad(options) {
console.log(38349403,options)
this.gift_log_id=options.gift_log_id;
this.item=JSON.parse(options.item);
console.log(this.item)
this.goodinfo=uni.getStorageSync("goodinfo");
if(options.cartid){
this.cartid=JSON.parse(options.cartid)
}
this.seldata=JSON.parse(options.seldata)
this.seldata.forEach(function(value,index,array){
if(value.type==3){
value.postage_type=1;
}
})
this.seldata=this.seldata;
console.log('我是setdata',this.seldata)
console.log(this.goodinfo)
},
methods: {
// 优惠券规则
couponrulek(e){
let id=e.currentTarget.dataset.id;
this.ruletype=id
if(id==4){
this.getcouponrule(id)
this.title="优惠券使用规则"
}else if(id==3){
this.title="积分使用规则";
this.getcouponrule(id)
}
console.log('99999')
this.couponrule=true
},
// 获取优惠券的规则
getcouponrule(rule){
let that = this;
var url = 'sundry/get_page';
var params = {
id: rule
}
console.log('7766554', params)
app.post(url, params).then((res) => {
console.log(res);
that.rulecontent=res.data.data.content==null?'':res.data.data.content
}).catch((err) => {
console.log(err)
})
},
// 阻止购买弹层取消
stopclickwrap(){
},
// 选择支付方式
paytype(e){
this.pay_type=e.currentTarget.dataset.id
},
// 面访商品配送方式
bindmianChange(e){
this.mianpeiname=this.servicearr[e.target.value].name;
this.mianindex=e.target.value;
this.postage_type1=this.servicearr[e.target.value].id;
this.changeorder();
},
// 积分商品的配送方式
bindjiChange(e){
this.jifenpeiname=this.servicearr[e.target.value].name;
this.jiindex=e.target.value;
this.postage_type2=this.servicearr[e.target.value].id;
this.changeorder();
},
// 店铺商品的配送方式
bindgoodChange(e){
let that=this;
console.log(this.goodservicearr)
this.goodpeiname=this.goodservicearr[e.target.value].name;
this.goodindex=e.target.value;
// 店铺商品选择配送方式
this.seldata.forEach(function(value,index,array){
if(value.type==3){
value.postage_type=that.goodservicearr[e.target.value].id;
}
})
this.changeorder();
that.seldata.forEach(function(value,index,array){
if( value.postage_type==1){
that.postage_type3=1;
}
})
},
// 输入积分
enterjifen(e){
console.log(222222);
console.log(e.detail.value)
this.jifen=e.detail.value;
console.log(this.jifen)
this.changeorder()
},
// 面坊商品备注
entermianfangrmark(e){
console.log(e)
this.remark1=e.detail.value;
console.log(this.remark1)
},
// 店铺商品备注
entershopmessage(e){
this.seldata.forEach(function(value,index,array){
if(value.type==3){
value.remark=e.detail.value
}
})
this.seldata=this.this.seldata;
console.log(this.seldata)
},
// 积分商品备注
enterjifenremark(){
this.remark2=e.detail.value
},
// 选择优惠券
selectcoupon(){
uni.navigateTo({
url:'/pages/nearshop/selectcoupon'
})
},
// 添加地址
addaddress(){
console.log(334439090)
uni.navigateTo({
url:"/pages/usercenter/address"
})
},
know(){
this.couponrule=false
},
// 修改价格
changeorder(){
let that = this;
var url = 'order/confirm_order';
console.log('获取的参数', that.seldata)
var params = {
data: JSON.stringify(that.seldata),
postage_type1:that.postage_type1,
postage_type2:that.postage_type2,
score:that.jifen,
remark1:that.remark1,
remark2:that.remark2,
pay_type:that.pay_type,
user_address_id:that.addressitem.id,
}
console.log(params)
app.post(url, params, "post").then((res) => {
console.log(res);
console.log(res.data.data);
that.goodinfo=res.data.data
// let seldata = JSON.stringify(that.data)
// uni.setStorageSync("goodinfo", res.data.data);
// uni.navigateTo({
// url: '/pages/nearshop/sureorder?seldata=' + seldata
// })
}).catch((err) => {
console.log(err)
uni.showToast({
title:err.msg,
icon:'none'
})
})
},
//确认支付
surepay(){
let that=this;
if(that.postage_type1==1||that.postage_type2==1||that.postage_type3==1){
if(that.addressitem.id==undefined){
uni.showToast({
title:'请选择收货地址',
icon:'none'
})
return false
}
}else{
that.addressitem.id=='';
}
this.buyshow=true
},
hidebuy(){
this.buyshow=false
},
// 确认支付
paynow(){
let that = this;
console.log(that.addressitem.id)
var url = 'gift/create_order';
var params = {
gift_log_id:that.gift_log_id,
pay_type:that.pay_type,
address_id:that.addressitem.id
}
console.log('params',params)
app.post(url, params,"post").then((res) => {
console.log(res);
that.order_gift_id=res.data.data.order_gift_id;
that.paymoney()
// uni.navigateTo({
// url:'/pages/nearshop/sureorder'
// })
}).catch((err) => {
console.log(err)
uni.showToast({
title:err.msg,
icon:'none'
})
})
},
// 支付接口
paymoney(){
let that = this;
// if(that.pay_type == 2) {
// }
var url = 'gift/pay';
var params = {
order_gift_id:that.order_gift_id
}
console.log(params)
app.post(url, params,"post").then((res) => {
console.log(res);
console.log('支付方式',that.pay_type)
if(that.pay_type == 2) {
// 支付宝支付
uni.requestPayment({
provider: 'alipay',
orderInfo: res.data.data.result,
success(r) {
console.log(r)
uni.navigateBack({
checked:true
})
}
})
}else if(that.pay_type == 1){
console.log(JSON.stringify(res.data.data.result));
let result=res.data.data.result;
console.log(JSON.stringify(result))
// 微信支付
uni.requestPayment({
provider: 'wxpay',
orderInfo: JSON.stringify(result), //微信、支付宝订单数据
success: function (res) {
console.log('success:' + JSON.stringify(res));
if(res.errMsg == 'requestPayment:ok') {
uni.showToast({
title: '支付成功',
icon:'none'
})
setTimeout(function(){
uni.navigateBack({
checked:true
})
},1500)
}
},
fail: function (err) {
console.log('fail:' + JSON.stringify(err));
}
});
// uni.requestPayment({
// provider: 'wxpay',
// // orderInfo: res.data.data.result.prepay_id, //微信、支付宝订单数据
// orderInfo: JSON.stringify(obj),
// // timeStamp: String(Date.now()),
// // nonceStr: res.data.data.result.nonce_str,
// // package: "prepay_id="+res.data.data.result.prepay_id,
// // signType: 'MD5',
// // paySign: res.data.data.result.sign,
// ccess: function (res) {
// console.log('success:' + JSON.stringify(res));
// },
// fail: function (err) {
// console.log(err)
// console.log('fail:' + JSON.stringify(err));
// }
// });
}else{
uni.showToast({
title:'支付成功',
icon:'none'
})
setTimeout(function(){
uni.navigateBack({
checked:true
})
},1500)
}
// uni.showToast({
// title:'支付成功',
// icon:'none'
// })
// setTimeout(function(){
// uni.navigateTo({
// url:'/pages/usercenter/myOrder'
// })
// },1500)
}).catch((err) => {
console.log(err)
})
},
// 删除商品
delgood(){
let that=this;
var url = 'car/batch_delete';
var params = {
car_ids: that.cartid.join(",")
}
console.log(params)
app.post(url, params).then((res) => {
console.log(res);
}).catch((err) => {
console.log(err)
})
},
},
onShow() {
console.log(uni.getStorageSync("addressitem"))
if(uni.getStorageSync("addressitem")!=''){
this.addressitem = uni.getStorageSync("addressitem");
}
if(uni.getStorageSync("couponitem")!=''){
let couponitem = uni.getStorageSync("couponitem");
console.log(couponitem)
this.couponname=couponitem.name;
console.log(this.couponname)
this.user_ticket_id=couponitem.id;
this.changeorder()
}
console.log(this.addressitem)
}
}
</script>
<style>
@import url('../../base/nearshop');
@import url('../../base/homepage');
page{
background: #F8F6F9;
}
.ordercontent{
padding-bottom: 150rpx;
box-sizing: border-box;
}
.totalbtn{
position: fixed;
bottom:0;
left:0;
}
.totalmoney{
color:#C29445;
font-size: 30rpx;
}
.btnk{
width:200prx;
}
.buywrap{
z-index:999
}
</style>
... ...
... ... @@ -67,7 +67,7 @@
<view class="homeitemimg">
<image src="../../static/fugaicity.png" mode=""></image>
</view>
<view class="homename">覆盖城市</view>
<view class="homename">覆盖区域</view>
</view>
<view class="homeboxitem flexfour" @click="jifenshop">
<view class="homeitemimg">
... ... @@ -89,18 +89,17 @@
</view>
<view class="homename">秒杀专区</view>
</view>
<view class="homeboxitem flexfour" @click="hotline">
<view class="homeboxitem flexfour" @click="hotlinebo">
<view class="homeitemimg">
<image src="../../static/hotline.png" mode=""></image>
</view>
<view class="homename">加盟热线</view>
</view>
<view class="homeboxitem flexfour" @click="huiyuanka">
<view class="homeboxitem flexfour" @click="mianfang">
<view class="homeitemimg">
<image src="../../static/huiyuanka.png" mode=""></image>
<image src="../../static/icon_jiameng.png" mode=""></image>
</view>
<view class="homename">会员卡</view>
<view class="homename">中面产品</view>
</view>
</view>
<view class="listbox">
... ... @@ -235,9 +234,10 @@
imgUrls: [],
indicatorDots: false,
autoplay: true,
interval: 3000,
duration: 1000,
interval: 4000,
duration: 3000,
currentSwiper: 0,
hotline:''
}
},
onLoad() {
... ... @@ -248,6 +248,30 @@
},
methods: {
// 获取加盟热线
gethotline(){
let that = this;
var url = 'sundry/get_page';
var params = {
id:11
}
app.post(url, params).then((res) => {
console.log('手机号', res.data.data.content)
that.hotline = res.data.data.content;
}).catch((err) => {
})
},
// 拨打电话
hotlinebo() {
let that=this;
uni.makePhoneCall({
phoneNumber: that.hotline //仅为示例
});
},
// 选择地区
selprovince(){
uni.navigateTo({
... ... @@ -286,12 +310,8 @@
// this.currentTabIndex=index;
// console.log('我是homepage',this.currentTabIndex)
// },
// 拨打电话
hotline() {
uni.makePhoneCall({
phoneNumber: '114' //仅为示例
});
},
// 获取签到信息
getqiandaoinfo() {
let that = this;
... ... @@ -581,6 +601,8 @@
},
},
onShow() {
this.gethotline()
uni.hideTabBar({
})
... ...
... ... @@ -14,8 +14,9 @@
<view class="itemtime">{{item.givetime}}</view>
</view>
<view class="itemname" v-if='item.is_give==2' @click="item.type==1?givegift(item):give(item)">立即兑换</view>
<view class="itemnamek" v-if="item.is_give==1">已兑换</view>
<view class="itemname" v-if='item.is_give==2' @click="item.type==1?givegift(item):give(item)">立即兑换{{item.type}}</view>
<view class="itemnamek" v-if="item.is_give==1" @click="givegift(item)">已兑换</view>
</view>
<!-- <view class="giftitem flextwo">
<view class="giftitemleft">
... ... @@ -34,10 +35,16 @@
data() {
return {
showbanben: false,
giftarr: ''
giftarr: [],
page:1
}
},
onLoad() {
},
onShow() {
this.page=1;
this.giftarr=[];
this.getgift()
},
methods: {
... ... @@ -46,12 +53,21 @@
var url = 'gift/my_gift';
console.log('获取的参数', that.seldata)
var params = {
page:that.page,
pageNum:10
}
console.log(params)
app.post(url, params, "post").then((res) => {
console.log(res);
that.giftarr = res.data.data;
if(that.page>1){
if(res.data.data.length==0){
uni.showToast({
title:'没有更多了~',
icon:'none'
})
}
}
that.giftarr =that.giftarr.concat(res.data.data);
// that.goodinfo=res.data.data;
... ... @@ -71,7 +87,16 @@
console.log(params)
app.post(url, params, "post").then((res) => {
console.log(res);
that.giftarr = res.data.data;
uni.showToast({
title:"兑换成功",
icon:"none"
})
that.page=1;
that.giftarr=[]
setTimeout(function(){
that.getgift()
},1500)
// that.giftarr = res.data.data;
// that.goodinfo=res.data.data;
... ... @@ -84,25 +109,36 @@
})
},
// 领取实物奖品
givegift() {
console.log("领取实物")
givegift(item) {
console.log("领取实物",item.id)
let that = this;
var url = 'gift/give';
console.log('获取的参数', that.seldata)
var params = {
gift_log_id: item.id
}
console.log(params)
app.post(url, params, "post").then((res) => {
console.log(res);
that.giftarr = res.data.data;
// that.goodinfo=res.data.data;
}).catch((err) => {})
var newitem=JSON.stringify(item)
uni.navigateTo({
url:'/pages/homepage/giftorder?gift_log_id='+item.id+'&item='+newitem
})
// var url = 'gift/give';
// console.log('获取的参数', that.seldata)
// var params = {
// gift_log_id: item.id
// }
// console.log(params)
// app.post(url, params, "post").then((res) => {
// console.log(res);
// that.giftarr = res.data.data;
// // that.goodinfo=res.data.data;
// }).catch((err) => {})
}
},
onReachBottom() {
let newpage=this.page;
newpage++;
this.page=newpage;
this.getgift()
}
}
... ...
... ... @@ -55,7 +55,7 @@
<view class='addpicox flexone' v-else>
<view class="addpic" v-for="(item,index) in image" :key="index">
<image :src="item" mode=""></image>
<view class="delimg" @click="deleteimg" :data-url="item">
<view class="delimg" @click="deleteimg(index)" :data-url="item">
<image src="../../static/close.png" mode=""></image>
</view>
</view>
... ... @@ -201,15 +201,17 @@
})
},
deleteimg(e){
console.log(e)
var url=e.currentTarget.dataset.url;
console.log(url)
for(var i=0;i<this.image.length;i++){
if(url==this.image[i]){
this.image.splice(i,1);
}
}
deleteimg(index){
this.image.splice(index,1);
// console.log(e)
// var url=e.currentTarget.dataset.url;
// console.log(url)
// for(var i=0;i<this.image.length;i++){
// if(url==this.image[i]){
// }
// }
this.image=this.image;
console.log(this.iamge)
... ...
... ... @@ -71,7 +71,8 @@
</view>
<!-- type -->
<view class="type-wrap">
帮工招聘求职
<!-- 帮工招聘求职 -->
{{item.category_name}}
<text v-for="(item,index) in item.user.label" :key="index">{{item.name_label}}</text>
<!-- <text>配送员</text>
<text>销售员</text> -->
... ... @@ -98,6 +99,8 @@
</view>
</view>
</view>
</view>
</view>
</view>
... ... @@ -358,18 +361,27 @@
page: that.page,
pageNum: 10
}
console.log('参数', params)
app.post(url, params).then((res) => {
console.log(res);
// console.log(res);
that.luntanlist = that.luntanlist.concat(res.data.data);
that.$forceUpdate()
console.log('9999', this.luntanlist)
// console.log('9999', this.luntanlist)
console.log(this.luntanlist.length)
if(this.luntanlist.length==0){
that.isshowluntan=true
}else{
that.isshowluntan=false
}
if(that.page>1){
if(res.data.data.length==0){
uni.showToast({
title:'没有更多了~',
icon:"none"
})
}
}
}).catch((err) => {
... ... @@ -513,6 +525,12 @@
})
// this.getluntanlist()
},
onReachBottom() {
let newpage=this.page;
newpage++;
this.page=newpage;
this.getluntanlist()
}
... ... @@ -613,11 +631,9 @@
display: flex;
justify-content: space-between;
flex-wrap: wrap;
padding: 32rpx 0 0 44rpx;
padding: 32rpx 0rpx 0 0rpx;
box-sizing: border-box;
margin-bottom: 16rpx;
}
.nav-wrapk{
margin-top: calc(var(--status-bar-height) + 100rpx);
... ... @@ -625,14 +641,15 @@
.nav-wrap .navigator {
text-align: center;
margin-right:40rpx;
width:25%;
/* margin-right:40rpx; */
margin-bottom:32rpx;
}
.nav-wrap .navigator image {
width: 88rpx;
height: 88rpx;
margin: auto;
margin: 0 auto 0;
}
.nav-wrap .navigator text {
... ... @@ -640,6 +657,8 @@
display: block;
color: #3D454C;
font-size: 26rpx;
text-align: center;
margin:0 auto;
}
.new-release-wrap .new-release-title {
... ...
... ... @@ -18,9 +18,9 @@
{{level.name1}}
</view>
</view>
<view class="time">
<!-- <view class="time">
1小时
</view>
</view> -->
</view>
</view>
<!-- type -->
... ... @@ -37,8 +37,8 @@
<view class="imagebox" v-if="tiezidetail.video!=null">
<image :src="tiezidetail.video_image" @click="govideo(tiezidetail.video)" mode="aspectFill"/>
</view>
<view class="imagebox" v-if="tiezidetail.images!=null">
<image :src="item" mode="aspectFill" v-for="(item,index) in tiezidetail.images" :key="index" @click="previewimg(index)"/>
<view class="imagebox flexone" v-if="tiezidetail.images!=null" style="flex-wrap: wrap;">
<image style="width:200rpx;height:200rpx;margin-right:20rpx;margin-bottom:20rpx" :src="item" v-for="(item,index) in tiezidetail.images" :key="index" @click="previewimg(index)"/>
</view>
</view>
<!-- 点赞, 人数 -->
... ...
... ... @@ -28,6 +28,7 @@
<view :class="item.chose==true?'active':''" @click="kindchange(item,index)" :data-id="item.id" v-for="(item,index) in kindlist" :key="index">
{{item.name}}
</view>
<!-- <view :class="kindtype=='1'?'active':''" @click="kindchange" :data-id="1">
帮工招聘求职
</view>
... ... @@ -92,7 +93,7 @@
</view>
<!-- type -->
<view class="type-wrap">
帮工招聘求职
{{item.category_name}}
<text v-for="(item,index) in item.user.label" :key="index">{{item.name_label}}</text>
<!-- <text>配送员</text>
<text>销售员</text> -->
... ... @@ -105,7 +106,11 @@
<view class="release-text-content">
<rich-text :nodes="item.content"></rich-text>
</view>
<view class="imglist flexone" v-if="item.images" style="flex-wrap: wrap;">
<view class="imglistitem" v-for="(item,indexk) in item.images" :key="indexk" @click.stop="previewimg(index,indexk)">
<image :src="item" mode=""></image>
</view>
</view>
<view class="lunimg" @click.stop="govideo(item.video)" v-if="item.video">
<image :src="item.video_image" mode=""></image>
<view class="palyimg">
... ... @@ -196,6 +201,18 @@
hidepublish() {
this.publish = false
},
// 预览图片
previewimg(index,indexk){
console.log(index,indexk)
let that=this;
wx.previewImage({
current: that.luntanlist[index].images[indexk],
urls: that.luntanlist[index].images,
success: function (res) { },
fail: function (res) { },
complete: function (res) { },
})
},
// 发布帖子
publishtie(){
this.publish=true
... ... @@ -390,6 +407,13 @@
<style>
page {
background: #f9f9f9;
}
.imglistitem{
width:200rpx;
height:200rpx;
font-size: 0;
margin-right:20rpx;
margin-bottom:20rpx;
}
.searchGoods-wrap{
padding-bottom: 120rpx;
... ... @@ -548,13 +572,13 @@
.lunimg{
width:686rpx;
height:280rpx;
height:380rpx;
font-size: 0;
position: relative;
}
.palyimg{
width:80rpx;
height:80rpx;
width:130rpx;
height:130rpx;
font-size: 0;
position: absolute;
top:50%;
... ...
... ... @@ -3,19 +3,26 @@
<view class="personal-wrap">
<!-- 头像,名称,等级 -->
<view class="user-info">
<image :src="user.avatar" />
<image :src="user.avatar" style="border-radius: 50%;"/>
<view class="name-vip-type">
<view class="name-vip">
<text class="title">{{user.nickname}}</text>
<view class="VIP">
<view class="VIP" v-if="user.level.name1!=undefined">
<image src="../../icons/vip.png"></image>
{{user.level.name1}}
</view>
<view v-if="user_id!=mineuserid">
<view class='attention' @click="attentionguan" v-if="user.is_attention==2">关注</view>
<view class='noattention' @click="noattention" v-else>取消关注</view>
</view>
</view>
<view class="type">
<text>帮工</text>
<text>配送员</text>
<text>销售员</text>
<view class="type" v-for="(item,index) in user.label" :key="index">
<text>{{item.name_label}}</text>
<!-- <text>配送员</text>
<text>销售员</text> -->
</view>
</view>
</view>
... ... @@ -26,19 +33,19 @@
<view class="new-release-content" v-for="(item,index) in personlist" :key="index" @click="luntandetail(item)">
<!-- 头像,名称,等级 -->
<view class="userinfo-wrap">
<image :src="item.user.avatar"></image>
<image :src="item.user.avatar" style="border-radius: 50%;"></image>
<text class="title">{{item.user.nickname}}</text>
<view class="VIP">
<view class="VIP" v-if="item.user.level.name1!=undefined">
<image src="../../icons/vip.png"></image>
{{item.user.level.name1}}
</view>
</view>
<!-- type -->
<view class="type-wrap">
帮工招聘求职
<text>帮工</text>
<text>配送员</text>
<text>销售员</text>
{{item.category_name}}
<text v-for="(itemk,indexk) in item.user.label" :key="indexk">{{itemk.name_label}}</text>
<!-- <text>配送员</text>
<text>销售员</text> -->
</view>
<!-- content -->
<view class="release-text">
... ... @@ -80,23 +87,51 @@
user_id: '',
page: 1,
personlist: [],
user: ''
user: '',
mineuserid:''
}
},
onLoad(options) {
console.log(options)
this.user_id = options.userid;
this.user = JSON.parse(options.user);
// this.user = JSON.parse(options.user);
console.log(this.user)
this.getpersonpage()
this.getpersonpage();
// 获取用户信息
this.getuserinfo()
},
methods: {
hidebanben() {
this.showbanben = false;
},
// 获取用户信息
getuserinfo() {
let that = this;
var url = 'member/index';
var params = {
}
console.log('7766554', params)
app.post(url, params).then((res) => {
console.log('用户信息',res);
that.mineuserid=res.data.data.id;
console.log('个人的ID',that.mineuserid)
}).catch((err) => {
console.log(err)
})
},
// 获取个人主页
getpersonpage() {
console.log(343478748374)
let that = this;
let url = 'forum/get_user_forum';
var params = {
... ... @@ -104,13 +139,57 @@
page: that.page,
pageNum: 10
}
app.post(url, params).then((res) => {
console.log(res);
console.log(res.data.data.length)
that.personlist = that.personlist.concat(res.data.data);
console.log(that.personlist.length)
console.log('个人主页信息',res)
that.user=res.data.data.user;
that.personlist = that.personlist.concat(res.data.data.list);
// console.log(that.personlist.length)
})
},
// 关注和取消关注
attentionguan(){
let that = this;
let url = 'forum/attention';
var params = {
to_user_id: that.user_id,
}
app.post(url, params).then((res) => {
uni.showToast({
title:"关注成功",
icon:'none'
})
that.user.is_attention=1;
that.user=that.user
}).catch((err) => {
console.log(err)
})
},
noattention(){
let that = this;
let url = 'forum/attention';
var params = {
to_user_id: that.user_id,
}
app.post(url, params).then((res) => {
uni.showToast({
title:"取消关注成功",
icon:'none'
})
that.user.is_attention=2;
that.user=that.user
})
},
// 更多
goodkind() {
uni.navigateTo({
... ... @@ -151,6 +230,28 @@
page {
background: #F9F9F9;
}
.attention{
width:160rpx;
height:52rpx;
border-radius: 40rpx;
color:#fff;
font-size: 28rpx;
text-align: center;
line-height: 52rpx;
background: #C29445;
margin-left:20rpx;
}
.noattention{
width:160rpx;
height:52rpx;
border-radius: 40rpx;
color:#fff;
font-size: 28rpx;
text-align: center;
line-height: 52rpx;
background:#BDC4CE;
margin-left:20rpx;
}
.release-text-content {
height: 120rpx;
... ...
<template>
<view class="content">
<view class="goodtailtop">
<!-- <view class="goodtailtop">
<image :src="goodtail.image" mode=""></image>
</view> -->
<view class="swiper_image">
<view v-if="tutype==1">
<swiper style="position: relative;" :indicator-dots="indicatorDots" :autoplay="autoplay" :interval="interval" :duration="duration" class="swiper_item_img"
@change="swiperChange" :circular="true">
<block v-for="(item,index) in goodtail.images" :key="index">
<swiper-item style="position:relative;">
<image :src="item" class="slide-image" />
</swiper-item>
</block>
</swiper>
<view class="dots">
<block v-for="(item,index) in goodtail.images" :key="index">
<view class="dot" :class="index == currentSwiper ? ' active' : ''"></view>
</block>
</view>
</view>
<view class="goodtailtop" v-else style="position: relative;">
<image :src="goodtail.video_image" mode="" ></image>
<view @click="govideo(goodtail.video)" class="videoplay" style="width:150rpx;height:150rpx;position: absolute;top:50%;left:50%;transform: translate(-50%,-50%);">
<image src="../../static/bofang_icon@2x.png" mode=""></image>
</view>
</view>
<view class="tulist flex" v-if="goodtail.video_image">
<view class="tulistleftk" :class="tutype==1?'tulistleft':''" @click="selecttu" :data-id="1">图片</view>
<view class="tulistrighttk " :class="tutype==2?'tulistleft':''" @click="selecttu" :data-id="2">视频</view>
</view>
</view>
<!-- 面坊商品 -->
<view v-if="type==1">
<view class="tailbox boxsizing" v-if="goodtail.is_seckill==2||timestatus==3">
... ... @@ -269,6 +307,7 @@
export default {
data() {
return {
tutype:1,
footersel: 1,
sel: 2,
shuwrap: false,
... ... @@ -305,7 +344,12 @@
timestatus: '',
mianpostage: '',
jifenpostpage: '',
shoppostage: ''
shoppostage: '',
indicatorDots: false,
autoplay: true,
interval: 3000,
duration: 1000,
currentSwiper: 0,
}
},
... ... @@ -343,6 +387,21 @@
})
},
methods: {
// 选择图片或者视频
selecttu(e){
this.tutype=e.currentTarget.dataset.id
},
swiperChange: function(e) {
this.currentSwiper = e.detail.current
},
// 进入视频
govideo(src){
uni.navigateTo({
url:'/pages/luntan/video?src='+src
})
},
// 购物车
cart() {
uni.navigateTo({
... ... @@ -946,7 +1005,50 @@
<style>
@import url('../../base/nearshop');
@import url('../../base/homepage');
.tulist{
position: absolute;
left:0;
bottom:100rpx;
left:50%;
transform: translateX(-50%);
z-index:99
}
.tulistleftk{
width:92rpx;
height:50rpx;
background:#8C9198;
opacity:1;
border-radius:4rpx;
color:#fff;
font-size: 28rpx;
text-align: center;
line-height: 50rpx;
}
.tulistrighttk{
width:92rpx;
height:50rpx;
background:#8C9198;
opacity:1;
border-radius:4rpx;
color:#fff;
font-size: 28rpx;
text-align: center;
line-height: 50rpx;
margin-left:20rpx;
}
.tulistleft{
width:92rpx;
height:50rpx;
background:rgba(255,131,38,1);
opacity:1;
border-radius:4rpx;
color:#fff;
font-size: 28rpx;
text-align: center;
line-height: 50rpx;
}
.tapnavactive::after {
bottom: -32rpx;
}
... ... @@ -991,4 +1093,82 @@
border: 1rpx solid #C29445;
color: #C29445;
}
/* 轮播图 */
.swiper_image {
width: 750rpx;
height:700rpx;
font-size: 0;
margin: 0 auto;
position: relative;
}
swiper {
width: 750rpx;
height:700rpx;
}
.swiper_image image {
width: 100%;
height: 100%;
}
.swiper_item_img swiper-item {
width: 750rpx;
height:700rpx;
}
.swiper_item_img swiper-item image {
width: 100%;
height: 100%;
}
swiper-item {
position: relative;
}
swiper-item image {
}
.picimg {
width: 156rpx;
height: 76rpx;
position: absolute;
right: 36rpx;
bottom: 30rpx;
}
.dots {
height: 36rpx;
display: flex;
flex-direction: row;
position: absolute;
left: 50%;
transform: translateX(-50%);
bottom: 10rpx;
}
/*未选中时的小圆点样式 */
.dot {
width: 14rpx;
height: 14rpx;
border-radius: 50%;
margin-right: 16rpx;
background-color: #b9c0f7;
}
/*选中以后的小圆点样式 */
.active {
width: 16rpx;
height: 16rpx;
border-radius: 50%;
background-color: #fff;
}
</style>
... ...
... ... @@ -26,7 +26,7 @@
<view class="nearitemimg">
<image src="../../static/doorin.png" mode=""></image>
</view>
<view class="nearitemname">店铺分数</view>
<view class="nearitemname">店铺评价</view>
<view class="neardoor" style="height:45rpx;"></view>
</view>
</view>
... ...
... ... @@ -11,8 +11,8 @@
<image src="../../static/del.png" mode="widthFix" class="right" @click.stop="delaccount(item)"></image>
</view>
<view class="btnBox" @click="editcard(item)">
<view class="edit">编辑</view>
<view class="btnBox" >
<view class="edit" @click="editcard(item)">编辑</view>
<image src="../../static/right.png" mode="widthFix" class="right"></image>
</view>
... ... @@ -48,8 +48,8 @@
<view class="numItem">{{item.card_number}}</view>
</view>
</view>
<view class="btnBox" @click="editcard(item)">
<view class="edit">编辑</view>
<view class="btnBox" >
<view class="edit" @click="editcard(item)">编辑</view>
<image src="../../static/right.png" mode="widthFix" class="right"></image>
</view>
</view>
... ...
<template>
<view class="page">
<view class="box">
<view class="item">
<view class="title">2019年12月
<view class="item" v-for="(item,index) in account" :key="index">
<view class="title">{{item.year_month}}
<image src="../../static/more.png" mode="widthFix" class="more" />
</view>
<view class="xitem">
<view class="xitem" v-for="(itemk,indexk) in item.list" :key="indexk">
<view class="top">
<text>购物消费</text>
<text>-20.00</text>
<text v-if="itemk.type==1">充值</text>
<text v-if="itemk.type==2">余额购买</text>
<text v-if="itemk.type==3">提现审核</text>
<text v-if="itemk.type==4">提现审核通过</text>
<text v-if="itemk.type==5">提现审核未通过</text>
<text v-if="itemk.type==6">转出</text>
<text v-if="itemk.type==7">转入</text>
<text v-if="itemk.type==8">赊吧消费</text>
<text v-if="itemk.type==9">赊吧还款</text>
<text v-if="itemk.type==10">提现已打款</text>
<text v-if="itemk.type==11">佣金提现</text>
<text v-if="itemk.type==1">+{{itemk.money}}</text>
<text v-if="itemk.type==2">-{{itemk.money}}</text>
<text v-if="itemk.type==3">-{{itemk.money}}</text>
<text v-if="itemk.type==4">-{{itemk.money}}</text>
<text v-if="itemk.type==5">+{{itemk.money}}</text>
<text v-if="itemk.type==6">-{{itemk.money}}</text>
<text v-if="itemk.type==7">+{{itemk.money}}</text>
<text v-if="itemk.type==8">-{{itemk.money}}</text>
<text v-if="itemk.type==9">-{{itemk.money}}</text>
<text v-if="itemk.type==10">+{{itemk.money}}</text>
<text v-if="itemk.type==11">+{{itemk.money}}</text>
</view>
<view class="num">
<text>2019.10.10 9:50</text>
<text>余额 3362.68</text>
<text>{{item.createtime}}</text>
<text>余额 {{itemk.after_money}}</text>
</view>
</view>
<view class="xitem">
<!-- <view class="xitem">
<view class="top">
<text>账户充值</text>
<text>-20.00</text>
... ... @@ -35,20 +55,52 @@
<text>余额 3362.68</text>
</view>
</view>
-->
</view>
</view>
</view>
</template>
<script>
import app from "../../App.vue";
export default {
data() {
return {
page:1,
accountlist:[],
account:[]
}
},
onLoad() {
this.getaccount()
},
methods: {
getaccount(){
let that = this;
var url = 'money/money_log';
var params = {
}
console.log('7766554', params)
app.post(url, params).then((res) => {
console.log(res);
that.account=that.account.concat(res.data.data);
// that.accountlist = that.accountlist.concat(res.data.data);
// that.accountlist.forEach(function(value, index, array) {
// value.card_number = value.card_number.substr(-4)
// })
// that.accountlist = that.accountlist;
}).catch((err) => {
console.log(err)
})
}
},
onReachBottom() {
}
}
</script>
... ...
... ... @@ -54,6 +54,8 @@
</view>
<view class="tipsmoney">当前账户余额{{userinfo.money}}元</view>
</view>
<view class="box">
<view class="title">提现说明:</view>
<textarea name="" id="" cols="30" rows="10" class="wordArea" placeholder="提现说明"></textarea>
... ... @@ -64,13 +66,15 @@
<script>
import app from "../../App.vue";
export default {
data() {
return {
money: '',
accountinfok: '',
userinfo:'',
accountlist:[]
accountlist:[],
sel:''
}
},
methods: {
... ... @@ -85,7 +89,7 @@
}
console.log('7766554', params)
app.post(url, params).then((res) => {
console.log(res);
that.accountlist = res.data.data;
... ... @@ -97,7 +101,8 @@
// 选择提现账户
selitem(e){
if(this.accountlist.length!=0){
console.log('提现账户提现账户',this.accountlist.length);
if(this.accountlist.length==0){
let type=e.currentTarget.dataset.id;
uni.navigateTo({
url:'/pages/usercenter/addCard?seltype='+type
... ... @@ -195,6 +200,7 @@
</script>
<style>
.tixianlist {
margin-top: 22rpx;
}
... ...
<template>
<view class="page">
<view >
<view style="overflow-y: scroll;">
<view class="header">
<view class="userinfo">
<view class="avator" @click.stop="personziliao">
... ... @@ -61,7 +61,7 @@
</view>
</view>
</view>
<view class="contanier">
<view class="contanier" style="margin-bottom:120rpx">
<view class="citem" @click.stop="jump" data-id="1">
<view class="left">
<image src="../../static/icon_a.png" mode="widthFix" />
... ... @@ -141,7 +141,17 @@
<view class="citem" @click.stop="jump" data-id="9">
<view class="left">
<image src="../../static/phonek.png" mode="widthFix" />
服务热线(400-0230-777)
服务热线({{hotline}})
</view>
<view class="right">
<image src="../../static/right.png" mode="widthFix" />
</view>
</view>
<view class="citem" @click.stop="jump" data-id="10">
<view class="left">
<image src="../../static/phonek.png" mode="widthFix" />
中面官网
</view>
<view class="right">
... ... @@ -201,7 +211,8 @@
currentTabIndex:3,
token:'',
biztoken:'',
isuser:""
isuser:"",
hotline:''
}
... ... @@ -210,6 +221,23 @@
},
methods: {
// 获取加盟热线
gethotline(){
let that = this;
var url = 'sundry/get_page';
var params = {
id:11
}
app.post(url, params).then((res) => {
that.hotline = res.data.data.content;
}).catch((err) => {
})
},
//获取biztoken
getbiztoken(){
... ... @@ -329,12 +357,28 @@
})
},
// 个人资料
personziliao() {
uni.navigateTo({
url: '/pages/usercenter/personalData?avatar='+this.avatar+'&nickname='+this.nickname
})
let token=uni.getStorageSync("token");
if(token==''){
uni.navigateTo({
url:'/pages/login/loginindex'
})
}else if(this.isuser==1){
uni.reLaunch({
url:"/pages/login/loginindex"
})
}else{
uni.navigateTo({
url: '/pages/usercenter/personalData?avatar='+this.avatar+'&nickname='+this.nickname
})
}
},
// 列表跳转
jump(e) {
let token=uni.getStorageSync("token");
... ... @@ -387,8 +431,13 @@
})
}else if(id==9){
uni.makePhoneCall({
phoneNumber: '400-0230-777' //仅为示例
phoneNumber: this.hotline //仅为示例
});
}else if(id==10){
console.log(343893489)
let url="http://chinesenoodlegroup.com/index.php/Wap"
plus.runtime.openURL(url);
}
}
... ... @@ -446,7 +495,8 @@
})
//获取个人信息
this.getuserinfo();
this.getbiztoken()
this.getbiztoken();
this.gethotline()
}
}
</script>
... ...
... ... @@ -11,6 +11,7 @@
</view>
<view class="tapnavitem pingfen" @click="rangge" :class="order==2?'nearactive':''" :data-id="2">我的评论</view>
<view class="tapnavitem pingfen" @click="rangge" :class="order==3?'nearactive':''" :data-id="3">我的发布</view>
<view class="tapnavitem pingfen" @click="rangge" :class="order==4?'nearactive':''" :data-id="4">我的关注</view>
</view>
<!-- <view class="searchbox">
<view class="flexone">
... ... @@ -111,7 +112,7 @@
</view>
<view v-else-if="order==2">
<view v-if="order==2">
<view class="nodata" v-if="commentlist.length==0">暂无数据</view>
<view class="box" v-else>
<view class="item" v-for="(item,index) in commentlist" :key="index">
... ... @@ -194,7 +195,7 @@
</view>
</view>
<view v-else>
<view v-if="order==3">
<view class="nodata" v-if="publishlist.length==0">暂无数据</view>
<view class="box" v-else>
<view class="item" v-for="(item,index) in publishlist" :key="index" @click="luntandetail(item)">
... ... @@ -275,6 +276,111 @@
</view>
</view>
<view v-if="order==4">
<view class="nodata" v-if="attentionlist.length==0">暂无数据</view>
<view class="box" v-else>
<!-- <view class="item" v-for="(item,index) in attentionlist" :key="index" @click="luntandetail(item)">
<view class="titlebox">
<view class="type" v-if="item.status==1">审核中</view>
<view class="type" v-if="item.status==2">审核通过</view>
<view class="type" v-if="item.status==3">审未通过</view>
<view class="type" v-if="item.status==4">管理员已删除</view>
<view class="word">{{item.title}}</view>
<image src="../../static/del.png" class="del" @click.stop="del(item)"></image>
</view>
<view class="wordarea">
{{item.content}}
</view>
<view class="numbox">
<view class="time">{{item.creatssssetime}}</view>
<view class="btnbox">
<view class="zan">
<view>
<image src="../../static/tienozan.png" mode="widthFix" class="icon" v-if="item.is_praise==2"></image>
<image src="../../static/zan.png" mode="widthFix" class="icon" v-else></image>
</view>
{{item.praise}}
</view>
<view class="people">
<image src="../../static/people.png" mode="widthFix" class="icon"></image>{{item.view}}
</view>
</view>
</view>
</view>
-->
<view class="new-release-content" v-for="(item,index) in attentionlist" :key="index" @click="luntandetail(item)">
<!-- 头像,名称,等级 -->
<view class="userinfo-wrap" @click.stop="usercenter(item)">
<image class="avatarimgk" :src="item.to_user.avatar"></image>
<text class="title">{{item.to_user.nickname}}</text>
<view class="VIP">
<image src="../../static/huiyuan.png"></image>
{{item.to_user.level.name1}}
</view>
</view>
<!-- type -->
<!-- <view class="type-wrap">
<text v-for="(item,index) in item.to_user.label" :key="index">{{item.name_label}}</text>
</view> -->
<!-- content -->
<!-- 点赞, 人数 -->
</view>
<!-- <view class="item">
<view class="titlebox">
<view class="type">审核中</view>
<view class="word">帖子标题帖子标题帖子标题帖子帖...</view>
<image src="../../static/del.png" mode="widthFix" class="del"></image>
</view>
<view class="wordarea">
帖子内容帖子内容帖子内容帖子内容帖子内容帖子内容帖子内容帖子内容帖子内容帖子内容帖子内容帖子内容帖子内容帖子内容...
</view>
<view class="numbox">
<view class="time">2019-10-10 15:30:30</view>
<view class="btnbox">
<view class="zan">
<image src="../../static/zan.png" mode="widthFix" class="icon"></image>399
</view>
<view class="people">
<image src="../../static/people.png" mode="widthFix" class="icon"></image>399
</view>
</view>
</view>
</view>
<view class="item">
<view class="titlebox">
<view class="type">审核中</view>
<view class="word">帖子标题帖子标题帖子标题帖子帖...</view>
<image src="../../static/del.png" mode="widthFix" class="del"></image>
</view>
<view class="wordarea">
帖子内容帖子内容帖子内容帖子内容帖子内容帖子内容帖子内容帖子内容帖子内容帖子内容帖子内容帖子内容帖子内容帖子内容...
</view>
<view class="numbox">
<view class="time">2019-10-10 15:30:30</view>
<view class="btnbox">
<view class="zan">
<image src="../../static/zan.png" mode="widthFix" class="icon"></image>399
</view>
<view class="people">
<image src="../../static/people.png" mode="widthFix" class="icon"></image>399
</view>
</view>
</view>
</view>
-->
</view>
</view>
<!-- 发布 -->
... ... @@ -351,7 +457,9 @@
pagezan:1,
zanlist:[],
pagecoment:1,
commentlist:[]
commentlist:[],
guanpage:1,
attentionlist:[]
}
},
onLoad() {
... ... @@ -370,6 +478,13 @@
}
},
methods: {
// 进入论坛主页
usercenter(item) {
// let user = JSON.stringify(item.user)
uni.navigateTo({
url: '/pages/luntan/luntanpage?userid=' + item.to_user_id
})
},
// 底部导航跳转
footerseljump(e) {
let id = e.currentTarget.dataset.id;
... ... @@ -396,12 +511,17 @@
this.zanlist=[];
this.pagecoment=1;
this.commentlist=[];
this.guanpage=1;;
this.attentionlist=[];
if(this.order==1){
this.getmayzan()
}else if(this.order==2){
this.getmycomment()
}else{
}else if(this.order==3){
this.getpublish()
}else if(this.order==4){
this.getmyattention()
}
// this.shoplist = [];
// this.page = 1;
... ... @@ -573,6 +693,35 @@
url: '/pages/luntan/luntandetail?id=' + item.id
})
},
// 我的关注
getmyattention(){
let that = this;
// 将时间转换成时间戳
// if(that.CompareDate(that.date,that.dateone)==true){
// uni.showToast({
// title:'结束日期要大于开始日期',
// icon:"none"
// })
// return false
// }
var url = 'forum/get_my_forum_attention';
var params = {
starttime:'',
endtime: '',
page: that.guanpage,
pageNum: ''
}
console.log('7766554', params)
app.post(url, params).then((res) => {
console.log(res);
that.attentionlist = that.attentionlist.concat(res.data.data);
}).catch((err) => {
console.log(err)
})
},
// 搜索
search() {
this.page = 1;
... ... @@ -593,12 +742,17 @@
this.pagezan=newpage;
this.zanlist=[];
this.getmayzan()
}else{
}else if(this.order==2){
let newpage=this.pagecoment
newpage++;
this.pagecoment=newpage;
this.getmycomment()
}else{
let newpage=this.guanpage
newpage++;
this.guanpage=newpage;
this.attentionlist()
}
}
... ... @@ -966,3 +1120,220 @@
white-space: nowrap;
} */
</style>
<style>
page {
background: #F9F9F9;
}
.tiezitop{
width:750rpx!important;
background: #fff;
border-bottom: 1px solid #E3E2E1;
}
.logoimgk{
border-radius: 50%;
}
.release-text-content {
height: 120rpx;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
word-wrap: break-word;
}
.enterwordk {
color: #BDC4CE;
font-size: 24rpx;
}
.proselect {
width: 120rpx;
height: 60rpx;
border: 2rpx solid rgba(238, 238, 238, 1);
color: #fff;
font-size: 24rpx;
border-radius: 40rpx;
padding: 0 10rpx;
box-sizing: border-box;
margin-left: 16rpx;
background: #fff;
}
.proname {
width: 90rpx;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
margin-right: 5rpx;
color:#FF9417
}
.down-ico {
width: 16rpx;
height: 16rpx;
font-size: 0;
}
.publishnav {
padding: 0 44rpx 32rpx 0!important;
box-sizing: border-box!important;
}
.homeimg {
width: 88rpx;
height: 88rpx;
font-size: 0;
}
.search-input {
width: 470rpx !important;
height:60rpx;
background:rgba(249,249,249,1);
border-radius:32px;
}
/* 搜素 */
.search-wrap {
width: 750rpx;
padding: 14rpx 0;
box-sizing: border-box;
background: #C29445;
z-index: 99;
position: fixed;
top: var(--status-bar-height);
left: 0;
}
.nav-wrap {
width:750rpx;
background: #fff;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
padding: 32rpx 0 0 44rpx;
box-sizing: border-box;
margin-bottom: 16rpx;
}
.nav-wrapk{
margin-top: calc(var(--status-bar-height) + 100rpx);
}
.nav-wrap .navigator {
text-align: center;
margin-right:40rpx;
margin-bottom:32rpx;
}
.nav-wrap .navigator image {
width: 88rpx;
height: 88rpx;
margin: auto;
}
.nav-wrap .navigator text {
width: 104rpx;
display: block;
color: #3D454C;
font-size: 26rpx;
}
.new-release-wrap .new-release-title {
height: 84rpx;
line-height: 84rpx;
padding-left: 32rpx;
position: relative;
background: #fff;
font-size: 32rpx;
color: #061220;
/* border-bottom: 1px solid #E3E2E1; */
}
.new-release-wrap .new-release-title:after {
content: "";
position: absolute;
top: 20rpx;
left: 0;
height: 44rpx;
width: 8rpx;
background: var(--themeColor);
border-top-right-radius: 6rpx;
border-bottom-right-radius: 6rpx;
}
.release-news {
position: fixed;
width: 750rpx;
height: 100%;
bottom: 0;
left: 0;
background: rgba(0, 0, 0, 0.5);
z-index: 10;
}
.release-news .release-content {
position: absolute;
width: 750rpx;
bottom: 0;
left: 0;
background: #fff;
z-index: 1000;
padding: 60rpx;
box-sizing: border-box;
border-top-left-radius: 40rpx;
border-top-right-radius: 40rpx;
}
.release-news .meun-lists {
display: flex;
justify-content: space-between;
}
.release-news .meun-lists navigator {
text-align: center;
}
.release-news .meun-lists navigator image {
width: 88rpx;
height: 88rpx;
margin: auto;
}
.release-news .meun-lists navigator text {
width: 104rpx;
display: block;
color: #3D454C;
font-size: 26rpx;
}
.release-news .close {
display: flex;
justify-content: center;
margin-top: 38rpx;
}
.release-news .close image {
width: 60rpx;
height: 60rpx;
}
.search-wrap .navigator:nth-child(3) {
/* font-size: 20rpx; */
}
.avatarimgk{
border-radius: 50%;
}
.zuiactive{
color:#FF9417!important;
}
/* .proname{
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
} */
</style>
... ...
<template>
<view class="page">
<view class="page" style="overflow-y: scroll;">
<view class="box" style="margin-top: 0;">
<view class="title">到账用户手机</view>
<view class="searchbox">
... ... @@ -32,7 +32,29 @@
</view>
<view class="tipsmoney">当前账户余额{{userinfok.money}}元</view>
</view>
<view class="box">
<!-- 手机号验证码 -->
<!-- <view class="loginboxitem flex">
<view class="boxitemleftkk">
手机号
</view>
<view class="boxitemright">
<input type="number" value="" placeholder="请输入手机号" placeholder-class="enter" @input="enterphoneuser" />
</view>
</view> -->
<view class="loginboxitem flextwo">
<view class="flex">
<view class="boxitemleftkk">
验证码
</view>
<view class="boxitemright yanzhengk">
<input type="text" value="" placeholder="请输入验证码" placeholder-class="enter" @input="enteryan" />
</view>
</view>
<picyan @picname="getpic"></picyan>
</view>
<view class="boxkk">
<view class="title">转账说明:</view>
<textarea name="" id="" cols="30" rows="10" class="wordArea" placeholder="转账说明"></textarea>
</view>
... ... @@ -42,13 +64,17 @@
<script>
import app from "../../App.vue";
import picyan from "../../components/picyan/picyan.vue";
export default {
data() {
return {
phone: '',
userinfo:'',
money:'',
userinfok:''
userinfok:'',
userphone:'',
code:'',
rangenum:''
}
},
... ... @@ -56,6 +82,11 @@
this.getuserinfo()
},
methods: {
getpic(e) {
console.log('我是子组件的值', e);
this.rangenum = e
},
enterphone(e) {
this.phone = e.detail.value
},
... ... @@ -112,6 +143,11 @@
})
},
// 输入验证码
enteryan(e) {
this.code = e.detail.value
},
zhuanzhang(){
let that = this;
if(that.phone==''){
... ... @@ -122,6 +158,7 @@
return false
}
if(that.money==''){
uni.showToast({
title:'请输入转账金额',
... ... @@ -129,6 +166,21 @@
})
return false
}
if(that.code==''){
uni.showToast({
title:"请输入验证码",
icon:'none'
})
return false
}
if(that.code!=that.rangenum){
uni.showToast({
title:'请输入正确的验证码',
icon:'none'
})
return false;
}
var url = 'member/transfer';
var params = {
user_id:that.userinfo.id,
... ... @@ -165,6 +217,33 @@
</script>
<style>
/* @import url('../../base/login'); */
page {
overflow-y: hidden;
}
.yanzhengk{
width:170rpx;
}
.boxitemleftkk {
color: #3D454C;
font-size: 28rpx;
width: 130rpx;
}
.next {
width: 686rpx;
height: 88rpx;
background: #C29445;
color: #fff;
font-size: 32rpx;
text-align: center;
line-height: 88rpx;
position: fixed;
bottom: 14rpx;
left: 32rpx;
}
page {
background: #FEFEFE;
padding: 32rpx 32rpx 0;
... ...
... ... @@ -17,7 +17,7 @@
<view class="word">我要提现</view>
</view>
</view>
<view class="tipsword">账户明细</view>
<view class="tipsword" @click="accountDetails">账户明细</view>
</view>
<view class="item">
<view class="title">赊吧剩余额度</view>
... ... @@ -36,7 +36,7 @@
</view>
<view class="box">
<!-- <view class="box">
<view :class="item.type==3?'item':'itemk'" v-for="(item,index) in accountlist" :key="index">
<view v-if="item.type!=3" >
... ... @@ -95,7 +95,7 @@
</view>
<view class="add" @click='addcart'>
<view class="addcount">添加账户</view>
</view>
</view> -->
</view>
</template>
... ... @@ -162,6 +162,12 @@
url:'/pages/usercenter/cashOut'
})
},
// 账户明细
accountDetails(){
uni.navigateTo({
url:'/pages/usercenter/accountDetails'
})
},
//获取账户信息
... ... @@ -366,9 +372,9 @@
}
</style>
<style>
page {
/* page {
background: #F7F7F7;
}
} */
.box {
margin-top: 18rpx;
... ...
var isReady=false;var onReadyCallbacks=[];
var __uniConfig = {"pages":["pages/homepage/homepage","pages/login/loginindex","pages/login/loginmine","pages/homepage/choujiangrule","pages/usercenter/bindphone","pages/usercenter/bindmima","pages/guide/judge","pages/guide/guide","pages/luntan/video","pages/nearshop/jiankong","pages/usercenter/cardrenzheng","pages/homepage/map","pages/homepage/map","pages/usercenter/fenxiaomyteam","pages/usercenter/fenxiaotidetail","pages/usercenter/fenxiaodingdan","pages/usercenter/fenxiaoyongjin","pages/usercenter/myfenxiao","pages/nearshop/allprovince","pages/usercenter/orderdetail","pages/nearshop/selectcoupon","pages/nearshop/cartbox","pages/nearshop/cartlist","pages/homepage/collectshop","pages/luntan/examineresult","pages/luntan/examintext","pages/luntan/examine","pages/nearshop/sureorder","pages/login/accountpassword","pages/login/registercode","pages/homepage/mygift","pages/homepage/drawlottery","pages/login/finishregister","pages/homepage/miaosha","pages/luntan/luntan","pages/luntan/addcontract","pages/usercenter/applayruzhu","pages/luntan/luntandetail","pages/luntan/luntandetailsecond","pages/luntan/luntanlist","pages/luntan/luntanpage","pages/nearshop/goodtail","pages/nearshop/shopdetail","pages/usercenter/companyshenhe","pages/usercenter/usercenter","pages/nearshop/nearshop","pages/homepage/goodkind","pages/homepage/jifenshop","pages/homepage/shoplist","pages/homepage/search","pages/login/xieyi","pages/login/setmima","pages/login/register","pages/login/forgetmima","pages/index/index","pages/usercenter/setPassword","pages/nearshop/shopcomment","pages/usercenter/accountDetails","pages/usercenter/recharge","pages/usercenter/transferAccounts","pages/usercenter/transferDetails","pages/usercenter/cashOut","pages/usercenter/account","pages/usercenter/withdrawalsRecord","pages/usercenter/addCard","pages/usercenter/editCard","pages/usercenter/myCredit","pages/usercenter/myIntegral","pages/usercenter/myCoupon","pages/usercenter/myPublish","pages/usercenter/myOrder","pages/usercenter/shopEvaluate","pages/usercenter/sales","pages/usercenter/myAchievement","pages/usercenter/myCustomer","pages/usercenter/my","pages/usercenter/wallet","pages/usercenter/setUp","pages/usercenter/setUp","pages/usercenter/myIntegral","pages/usercenter/myCoupon","pages/usercenter/myPublish","pages/usercenter/sales","pages/usercenter/personalData","pages/usercenter/address","pages/usercenter/addAddress","pages/usercenter/myCredit","pages/usercenter/myOrder","pages/usercenter/shopEvaluate","pages/usercenter/myAchievement","pages/usercenter/myCustomer"],"window":{"navigationBarTextStyle":"black","navigationBarTitleText":"uni-app","navigationBarBackgroundColor":"#fff","backgroundColor":"#fff"},"tabBar":{"color":"#BDC4CE","selectedColor":"#EE8B27","borderStyle":"black","backgroundColor":"#ffffff","list":[{"pagePath":"pages/homepage/homepage","iconPath":"../../static/index.png","selectedIconPath":"../../static/indexactive.png","text":"首页"},{"pagePath":"pages/nearshop/nearshop","iconPath":"../../static/nearshop.png","selectedIconPath":"../../static/nearshopactive.png","text":"附近店铺"},{"pagePath":"pages/luntan/luntan","iconPath":"../../static/luntan.png","selectedIconPath":"../../static/luntanactive.png","text":"中面论坛"},{"pagePath":"pages/usercenter/my","iconPath":"../../static/user.png","selectedIconPath":"../../static/useractive.png","text":"个人中心"}]},"renderer":"auto","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":false},"appname":"中国面条","compilerVersion":"2.6.16","entryPagePath":"pages/homepage/homepage","networkTimeout":{"request":60000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000}};
var __uniRoutes = [{"path":"/pages/homepage/homepage","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"","navigationBarBackgroundColor":"#C29445","navigationBarTextStyle":"white","navigationStyle":"custom","bounce":"none"}},{"path":"/pages/login/loginindex","meta":{},"window":{"navigationBarTitleText":"","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/login/loginmine","meta":{},"window":{"navigationBarTitleText":"活动规则","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/homepage/choujiangrule","meta":{},"window":{"navigationBarTitleText":"活动规则","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/bindphone","meta":{},"window":{"navigationBarTitleText":"绑定手机号","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/bindmima","meta":{},"window":{"navigationBarTitleText":"设置密码","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/guide/judge","meta":{},"window":{"enablePullDownRefresh":false,"onReachBottomDistance":100,"navigationStyle":"custom","contentAdjust":false,"bounce":"none"}},{"path":"/pages/guide/guide","meta":{},"window":{"enablePullDownRefresh":false,"onReachBottomDistance":100,"navigationStyle":"custom","contentAdjust":false,"bounce":"none"}},{"path":"/pages/luntan/video","meta":{},"window":{"navigationBarTitleText":"","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/nearshop/jiankong","meta":{},"window":{"navigationBarTitleText":"","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/cardrenzheng","meta":{},"window":{"navigationBarTitleText":"身份认证","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/homepage/map","meta":{},"window":{"navigationBarTitleText":"","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/fenxiaomyteam","meta":{},"window":{"navigationBarTitleText":"我的团队","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/fenxiaotidetail","meta":{},"window":{"navigationBarTitleText":"提现明细","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/fenxiaodingdan","meta":{},"window":{"navigationBarTitleText":"分销订单","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/fenxiaoyongjin","meta":{},"window":{"navigationBarTitleText":"分销佣金","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/myfenxiao","meta":{},"window":{"navigationBarTitleText":"我的分销","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/nearshop/allprovince","meta":{},"window":{"navigationBarTitleText":"全部省份","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/orderdetail","meta":{},"window":{"navigationBarTitleText":"订单详情","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/nearshop/selectcoupon","meta":{},"window":{"navigationBarTitleText":"选择优惠券","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/nearshop/cartbox","meta":{},"window":{"navigationBarTitleText":"","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/nearshop/cartlist","meta":{},"window":{"navigationBarTitleText":"购物车","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/homepage/collectshop","meta":{},"window":{"navigationBarTitleText":"店铺收藏","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/luntan/examineresult","meta":{},"window":{"navigationBarTitleText":"等级考试","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/luntan/examintext","meta":{},"window":{"navigationBarTitleText":"等级考试","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/luntan/examine","meta":{},"window":{"navigationBarTitleText":"等级考试","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/nearshop/sureorder","meta":{},"window":{"navigationBarTitleText":"订单详情","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/login/accountpassword","meta":{},"window":{"navigationBarTitleText":"","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/login/registercode","meta":{},"window":{"navigationBarTitleText":"注册","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/homepage/mygift","meta":{},"window":{"navigationBarTitleText":"我的奖品","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/homepage/drawlottery","meta":{},"window":{"navigationBarTitleText":"抽奖专区","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/login/finishregister","meta":{},"window":{"navigationBarTitleText":"注册","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/homepage/miaosha","meta":{},"window":{"navigationBarTitleText":"秒杀商城","navigationBarBackgroundColor":"#C29445","navigationBarTextStyle":"white","titleNView":{"titleSize":"12"}}},{"path":"/pages/luntan/luntan","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"论坛","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black","navigationStyle":"custom","bounce":"none"}},{"path":"/pages/luntan/addcontract","meta":{},"window":{"navigationBarTitleText":"发布帖子","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/applayruzhu","meta":{},"window":{"navigationBarTitleText":"申请加盟","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/luntan/luntandetail","meta":{},"window":{"navigationBarTitleText":"帖子详情","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/luntan/luntandetailsecond","meta":{},"window":{"navigationBarTitleText":"帖子详情","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/luntan/luntanlist","meta":{},"window":{"navigationBarTitleText":"帖子列表","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/luntan/luntanpage","meta":{},"window":{"navigationBarTitleText":"个人主页","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/nearshop/goodtail","meta":{},"window":{"navigationBarTitleText":"商品详情","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/nearshop/shopdetail","meta":{},"window":{"navigationBarTitleText":"店铺详情","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/companyshenhe","meta":{},"window":{"navigationBarTitleText":"企业会员申请","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/usercenter","meta":{},"window":{"navigationBarTitleText":"会员中心","navigationBarBackgroundColor":"#ECCB90","navigationBarTextStyle":"white"}},{"path":"/pages/nearshop/nearshop","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"附近店铺","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/homepage/goodkind","meta":{},"window":{"navigationBarTitleText":"商品分类","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/homepage/jifenshop","meta":{},"window":{"navigationBarTitleText":"","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/homepage/shoplist","meta":{},"window":{"navigationBarTitleText":"商品列表","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/homepage/search","meta":{},"window":{"navigationBarTitleText":"","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"white","navigationStyle":"custom","bounce":"none"}},{"path":"/pages/login/xieyi","meta":{},"window":{"navigationBarTitleText":"","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/login/setmima","meta":{},"window":{"navigationBarTitleText":"设置密码","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/login/register","meta":{},"window":{"navigationBarTitleText":"注册","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/login/forgetmima","meta":{},"window":{"navigationBarTitleText":"重置密码","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/index/index","meta":{},"window":{"navigationBarTitleText":"uni-app"}},{"path":"/pages/usercenter/setPassword","meta":{},"window":{"navigationBarTitleText":"设置密码","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/nearshop/shopcomment","meta":{},"window":{"navigationBarTitleText":"店铺评论","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/accountDetails","meta":{},"window":{"navigationBarTitleText":"账户明细","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/recharge","meta":{},"window":{"navigationBarTitleText":"充值","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/transferAccounts","meta":{},"window":{"navigationBarTitleText":"转账","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/transferDetails","meta":{},"window":{"navigationBarTitleText":"转账详情","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/cashOut","meta":{},"window":{"navigationBarTitleText":"提现","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/account","meta":{},"window":{"navigationBarTitleText":"选择到账账户","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/withdrawalsRecord","meta":{},"window":{"navigationBarTitleText":"提现记录","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/addCard","meta":{},"window":{"navigationBarTitleText":"添加账户","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/editCard","meta":{},"window":{"navigationBarTitleText":"编辑银行卡","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/myCredit","meta":{},"window":{"navigationBarTitleText":"我的赊吧","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/myIntegral","meta":{},"window":{"navigationBarTitleText":"我的积分","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/myCoupon","meta":{},"window":{"navigationBarTitleText":"我的优惠券","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/myPublish","meta":{},"window":{"navigationBarTitleText":"我的发布","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/myOrder","meta":{},"window":{"navigationBarTitleText":"我的订单","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/shopEvaluate","meta":{},"window":{"navigationBarTitleText":"商品评价","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/sales","meta":{},"window":{"navigationBarTitleText":"销售管理","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/myAchievement","meta":{},"window":{"navigationBarTitleText":"我的业绩","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/myCustomer","meta":{},"window":{"navigationBarTitleText":"我的客户","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/my","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"我的","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/wallet","meta":{},"window":{"navigationBarTitleText":"我的钱包","navigationBarBackgroundColor":"#C29445","navigationBarTextStyle":"white"}},{"path":"/pages/usercenter/setUp","meta":{},"window":{"navigationBarTitleText":"设置","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/personalData","meta":{},"window":{"navigationBarTitleText":"个人资料","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/address","meta":{},"window":{"navigationBarTitleText":"地址管理","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/addAddress","meta":{},"window":{"navigationBarTitleText":"新增收货地址","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}}];
var __uniConfig = {"pages":["pages/homepage/homepage","pages/homepage/giftorder","pages/login/loginindex","pages/login/loginmine","pages/homepage/choujiangrule","pages/usercenter/bindphone","pages/usercenter/bindmima","pages/guide/judge","pages/guide/guide","pages/luntan/video","pages/nearshop/jiankong","pages/usercenter/cardrenzheng","pages/homepage/map","pages/homepage/map","pages/usercenter/fenxiaomyteam","pages/usercenter/fenxiaotidetail","pages/usercenter/fenxiaodingdan","pages/usercenter/fenxiaoyongjin","pages/usercenter/myfenxiao","pages/nearshop/allprovince","pages/usercenter/orderdetail","pages/nearshop/selectcoupon","pages/nearshop/cartbox","pages/nearshop/cartlist","pages/homepage/collectshop","pages/luntan/examineresult","pages/luntan/examintext","pages/luntan/examine","pages/nearshop/sureorder","pages/login/accountpassword","pages/login/registercode","pages/homepage/mygift","pages/homepage/drawlottery","pages/login/finishregister","pages/homepage/miaosha","pages/luntan/luntan","pages/luntan/addcontract","pages/usercenter/applayruzhu","pages/luntan/luntandetail","pages/luntan/luntandetailsecond","pages/luntan/luntanlist","pages/luntan/luntanpage","pages/nearshop/goodtail","pages/nearshop/shopdetail","pages/usercenter/companyshenhe","pages/usercenter/usercenter","pages/nearshop/nearshop","pages/homepage/goodkind","pages/homepage/jifenshop","pages/homepage/shoplist","pages/homepage/search","pages/login/xieyi","pages/login/setmima","pages/login/register","pages/login/forgetmima","pages/index/index","pages/usercenter/setPassword","pages/nearshop/shopcomment","pages/usercenter/accountDetails","pages/usercenter/recharge","pages/usercenter/transferAccounts","pages/usercenter/transferDetails","pages/usercenter/cashOut","pages/usercenter/account","pages/usercenter/withdrawalsRecord","pages/usercenter/addCard","pages/usercenter/editCard","pages/usercenter/myCredit","pages/usercenter/myIntegral","pages/usercenter/myCoupon","pages/usercenter/myPublish","pages/usercenter/myOrder","pages/usercenter/shopEvaluate","pages/usercenter/sales","pages/usercenter/myAchievement","pages/usercenter/myCustomer","pages/usercenter/my","pages/usercenter/wallet","pages/usercenter/setUp","pages/usercenter/setUp","pages/usercenter/myIntegral","pages/usercenter/myCoupon","pages/usercenter/myPublish","pages/usercenter/sales","pages/usercenter/personalData","pages/usercenter/address","pages/usercenter/addAddress","pages/usercenter/myCredit","pages/usercenter/myOrder","pages/usercenter/shopEvaluate","pages/usercenter/myAchievement","pages/usercenter/myCustomer"],"window":{"navigationBarTextStyle":"black","navigationBarTitleText":"uni-app","navigationBarBackgroundColor":"#fff","backgroundColor":"#fff"},"tabBar":{"color":"#BDC4CE","selectedColor":"#EE8B27","borderStyle":"black","backgroundColor":"#ffffff","list":[{"pagePath":"pages/homepage/homepage","iconPath":"../../static/index.png","selectedIconPath":"../../static/indexactive.png","text":"首页"},{"pagePath":"pages/nearshop/nearshop","iconPath":"../../static/nearshop.png","selectedIconPath":"../../static/nearshopactive.png","text":"附近店铺"},{"pagePath":"pages/luntan/luntan","iconPath":"../../static/luntan.png","selectedIconPath":"../../static/luntanactive.png","text":"中面论坛"},{"pagePath":"pages/usercenter/my","iconPath":"../../static/user.png","selectedIconPath":"../../static/useractive.png","text":"个人中心"}]},"renderer":"auto","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":false},"appname":"中国面条","compilerVersion":"2.6.16","entryPagePath":"pages/homepage/homepage","networkTimeout":{"request":60000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000}};
var __uniRoutes = [{"path":"/pages/homepage/homepage","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"","navigationBarBackgroundColor":"#C29445","navigationBarTextStyle":"white","navigationStyle":"custom","bounce":"none"}},{"path":"/pages/homepage/giftorder","meta":{},"window":{"navigationBarTitleText":"","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/login/loginindex","meta":{},"window":{"navigationBarTitleText":"","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/login/loginmine","meta":{},"window":{"navigationBarTitleText":"活动规则","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/homepage/choujiangrule","meta":{},"window":{"navigationBarTitleText":"活动规则","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/bindphone","meta":{},"window":{"navigationBarTitleText":"绑定手机号","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/bindmima","meta":{},"window":{"navigationBarTitleText":"设置密码","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/guide/judge","meta":{},"window":{"enablePullDownRefresh":false,"onReachBottomDistance":100,"navigationStyle":"custom","contentAdjust":false,"bounce":"none"}},{"path":"/pages/guide/guide","meta":{},"window":{"enablePullDownRefresh":false,"onReachBottomDistance":100,"navigationStyle":"custom","contentAdjust":false,"bounce":"none"}},{"path":"/pages/luntan/video","meta":{},"window":{"navigationBarTitleText":"","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/nearshop/jiankong","meta":{},"window":{"navigationBarTitleText":"","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/cardrenzheng","meta":{},"window":{"navigationBarTitleText":"身份认证","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/homepage/map","meta":{},"window":{"navigationBarTitleText":"","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/fenxiaomyteam","meta":{},"window":{"navigationBarTitleText":"我的团队","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/fenxiaotidetail","meta":{},"window":{"navigationBarTitleText":"提现明细","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/fenxiaodingdan","meta":{},"window":{"navigationBarTitleText":"分销订单","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/fenxiaoyongjin","meta":{},"window":{"navigationBarTitleText":"分销佣金","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/myfenxiao","meta":{},"window":{"navigationBarTitleText":"我的分销","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/nearshop/allprovince","meta":{},"window":{"navigationBarTitleText":"全部省份","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/orderdetail","meta":{},"window":{"navigationBarTitleText":"订单详情","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/nearshop/selectcoupon","meta":{},"window":{"navigationBarTitleText":"选择优惠券","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/nearshop/cartbox","meta":{},"window":{"navigationBarTitleText":"","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/nearshop/cartlist","meta":{},"window":{"navigationBarTitleText":"购物车","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/homepage/collectshop","meta":{},"window":{"navigationBarTitleText":"店铺收藏","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/luntan/examineresult","meta":{},"window":{"navigationBarTitleText":"等级考试","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/luntan/examintext","meta":{},"window":{"navigationBarTitleText":"等级考试","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/luntan/examine","meta":{},"window":{"navigationBarTitleText":"等级考试","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/nearshop/sureorder","meta":{},"window":{"navigationBarTitleText":"订单详情","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/login/accountpassword","meta":{},"window":{"navigationBarTitleText":"","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/login/registercode","meta":{},"window":{"navigationBarTitleText":"注册","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/homepage/mygift","meta":{},"window":{"navigationBarTitleText":"我的奖品","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/homepage/drawlottery","meta":{},"window":{"navigationBarTitleText":"抽奖专区","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/login/finishregister","meta":{},"window":{"navigationBarTitleText":"注册","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/homepage/miaosha","meta":{},"window":{"navigationBarTitleText":"秒杀商城","navigationBarBackgroundColor":"#C29445","navigationBarTextStyle":"white","titleNView":{"titleSize":"12"}}},{"path":"/pages/luntan/luntan","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"论坛","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black","navigationStyle":"custom","bounce":"none"}},{"path":"/pages/luntan/addcontract","meta":{},"window":{"navigationBarTitleText":"发布帖子","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/applayruzhu","meta":{},"window":{"navigationBarTitleText":"申请加盟","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/luntan/luntandetail","meta":{},"window":{"navigationBarTitleText":"帖子详情","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/luntan/luntandetailsecond","meta":{},"window":{"navigationBarTitleText":"帖子详情","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/luntan/luntanlist","meta":{},"window":{"navigationBarTitleText":"帖子列表","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/luntan/luntanpage","meta":{},"window":{"navigationBarTitleText":"个人主页","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/nearshop/goodtail","meta":{},"window":{"navigationBarTitleText":"商品详情","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/nearshop/shopdetail","meta":{},"window":{"navigationBarTitleText":"店铺详情","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/companyshenhe","meta":{},"window":{"navigationBarTitleText":"企业会员申请","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/usercenter","meta":{},"window":{"navigationBarTitleText":"会员中心","navigationBarBackgroundColor":"#ECCB90","navigationBarTextStyle":"white"}},{"path":"/pages/nearshop/nearshop","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"附近店铺","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/homepage/goodkind","meta":{},"window":{"navigationBarTitleText":"商品分类","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/homepage/jifenshop","meta":{},"window":{"navigationBarTitleText":"","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/homepage/shoplist","meta":{},"window":{"navigationBarTitleText":"商品列表","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/homepage/search","meta":{},"window":{"navigationBarTitleText":"","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"white","navigationStyle":"custom","bounce":"none"}},{"path":"/pages/login/xieyi","meta":{},"window":{"navigationBarTitleText":"","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/login/setmima","meta":{},"window":{"navigationBarTitleText":"设置密码","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/login/register","meta":{},"window":{"navigationBarTitleText":"注册","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/login/forgetmima","meta":{},"window":{"navigationBarTitleText":"重置密码","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/index/index","meta":{},"window":{"navigationBarTitleText":"uni-app"}},{"path":"/pages/usercenter/setPassword","meta":{},"window":{"navigationBarTitleText":"设置密码","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/nearshop/shopcomment","meta":{},"window":{"navigationBarTitleText":"店铺评论","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/accountDetails","meta":{},"window":{"navigationBarTitleText":"账户明细","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/recharge","meta":{},"window":{"navigationBarTitleText":"充值","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/transferAccounts","meta":{},"window":{"navigationBarTitleText":"转账","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/transferDetails","meta":{},"window":{"navigationBarTitleText":"转账详情","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/cashOut","meta":{},"window":{"navigationBarTitleText":"提现","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/account","meta":{},"window":{"navigationBarTitleText":"选择到账账户","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/withdrawalsRecord","meta":{},"window":{"navigationBarTitleText":"提现记录","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/addCard","meta":{},"window":{"navigationBarTitleText":"添加账户","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/editCard","meta":{},"window":{"navigationBarTitleText":"编辑银行卡","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/myCredit","meta":{},"window":{"navigationBarTitleText":"我的赊吧","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/myIntegral","meta":{},"window":{"navigationBarTitleText":"我的积分","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/myCoupon","meta":{},"window":{"navigationBarTitleText":"我的优惠券","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/myPublish","meta":{},"window":{"navigationBarTitleText":"我的发布","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/myOrder","meta":{},"window":{"navigationBarTitleText":"我的订单","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/shopEvaluate","meta":{},"window":{"navigationBarTitleText":"商品评价","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/sales","meta":{},"window":{"navigationBarTitleText":"销售管理","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/myAchievement","meta":{},"window":{"navigationBarTitleText":"我的业绩","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/myCustomer","meta":{},"window":{"navigationBarTitleText":"我的客户","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/my","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"我的","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/wallet","meta":{},"window":{"navigationBarTitleText":"我的钱包","navigationBarBackgroundColor":"#C29445","navigationBarTextStyle":"white"}},{"path":"/pages/usercenter/setUp","meta":{},"window":{"navigationBarTitleText":"设置","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/personalData","meta":{},"window":{"navigationBarTitleText":"个人资料","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/address","meta":{},"window":{"navigationBarTitleText":"地址管理","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/addAddress","meta":{},"window":{"navigationBarTitleText":"新增收货地址","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}}];
__uniConfig.onReady=function(callback){if(__uniConfig.ready){callback()}else{onReadyCallbacks.push(callback)}};Object.defineProperty(__uniConfig,"ready",{get:function(){return isReady},set:function(val){isReady=val;if(!isReady){return}const callbacks=onReadyCallbacks.slice(0);onReadyCallbacks.length=0;callbacks.forEach(function(callback){callback()})}});
service.register("uni-app-config",{create(a,b,c){if(!__uniConfig.viewport){var d=b.weex.config.env.scale,e=b.weex.config.env.deviceWidth,f=Math.ceil(e/d);Object.assign(__uniConfig,{viewport:f,defaultFontSize:Math.round(f/20)})}return{instance:{__uniConfig:__uniConfig,__uniRoutes:__uniRoutes,global:void 0,window:void 0,document:void 0,frames:void 0,self:void 0,location:void 0,navigator:void 0,localStorage:void 0,history:void 0,Caches:void 0,screen:void 0,alert:void 0,confirm:void 0,prompt:void 0,fetch:void 0,XMLHttpRequest:void 0,WebSocket:void 0,webkit:void 0,print:void 0}}}});
... ...
var isReady=false;var onReadyCallbacks=[];
var __uniConfig = {"pages":["pages/homepage/homepage","pages/login/loginindex","pages/login/loginmine","pages/homepage/choujiangrule","pages/usercenter/bindphone","pages/usercenter/bindmima","pages/guide/judge","pages/guide/guide","pages/luntan/video","pages/nearshop/jiankong","pages/usercenter/cardrenzheng","pages/homepage/map","pages/homepage/map","pages/usercenter/fenxiaomyteam","pages/usercenter/fenxiaotidetail","pages/usercenter/fenxiaodingdan","pages/usercenter/fenxiaoyongjin","pages/usercenter/myfenxiao","pages/nearshop/allprovince","pages/usercenter/orderdetail","pages/nearshop/selectcoupon","pages/nearshop/cartbox","pages/nearshop/cartlist","pages/homepage/collectshop","pages/luntan/examineresult","pages/luntan/examintext","pages/luntan/examine","pages/nearshop/sureorder","pages/login/accountpassword","pages/login/registercode","pages/homepage/mygift","pages/homepage/drawlottery","pages/login/finishregister","pages/homepage/miaosha","pages/luntan/luntan","pages/luntan/addcontract","pages/usercenter/applayruzhu","pages/luntan/luntandetail","pages/luntan/luntandetailsecond","pages/luntan/luntanlist","pages/luntan/luntanpage","pages/nearshop/goodtail","pages/nearshop/shopdetail","pages/usercenter/companyshenhe","pages/usercenter/usercenter","pages/nearshop/nearshop","pages/homepage/goodkind","pages/homepage/jifenshop","pages/homepage/shoplist","pages/homepage/search","pages/login/xieyi","pages/login/setmima","pages/login/register","pages/login/forgetmima","pages/index/index","pages/usercenter/setPassword","pages/nearshop/shopcomment","pages/usercenter/accountDetails","pages/usercenter/recharge","pages/usercenter/transferAccounts","pages/usercenter/transferDetails","pages/usercenter/cashOut","pages/usercenter/account","pages/usercenter/withdrawalsRecord","pages/usercenter/addCard","pages/usercenter/editCard","pages/usercenter/myCredit","pages/usercenter/myIntegral","pages/usercenter/myCoupon","pages/usercenter/myPublish","pages/usercenter/myOrder","pages/usercenter/shopEvaluate","pages/usercenter/sales","pages/usercenter/myAchievement","pages/usercenter/myCustomer","pages/usercenter/my","pages/usercenter/wallet","pages/usercenter/setUp","pages/usercenter/setUp","pages/usercenter/myIntegral","pages/usercenter/myCoupon","pages/usercenter/myPublish","pages/usercenter/sales","pages/usercenter/personalData","pages/usercenter/address","pages/usercenter/addAddress","pages/usercenter/myCredit","pages/usercenter/myOrder","pages/usercenter/shopEvaluate","pages/usercenter/myAchievement","pages/usercenter/myCustomer"],"window":{"navigationBarTextStyle":"black","navigationBarTitleText":"uni-app","navigationBarBackgroundColor":"#fff","backgroundColor":"#fff"},"tabBar":{"color":"#BDC4CE","selectedColor":"#EE8B27","borderStyle":"black","backgroundColor":"#ffffff","list":[{"pagePath":"pages/homepage/homepage","iconPath":"../../static/index.png","selectedIconPath":"../../static/indexactive.png","text":"首页"},{"pagePath":"pages/nearshop/nearshop","iconPath":"../../static/nearshop.png","selectedIconPath":"../../static/nearshopactive.png","text":"附近店铺"},{"pagePath":"pages/luntan/luntan","iconPath":"../../static/luntan.png","selectedIconPath":"../../static/luntanactive.png","text":"中面论坛"},{"pagePath":"pages/usercenter/my","iconPath":"../../static/user.png","selectedIconPath":"../../static/useractive.png","text":"个人中心"}]},"renderer":"auto","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":false},"appname":"中国面条","compilerVersion":"2.6.16","entryPagePath":"pages/homepage/homepage","networkTimeout":{"request":60000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000}};
var __uniRoutes = [{"path":"/pages/homepage/homepage","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"","navigationBarBackgroundColor":"#C29445","navigationBarTextStyle":"white","navigationStyle":"custom","bounce":"none"}},{"path":"/pages/login/loginindex","meta":{},"window":{"navigationBarTitleText":"","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/login/loginmine","meta":{},"window":{"navigationBarTitleText":"活动规则","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/homepage/choujiangrule","meta":{},"window":{"navigationBarTitleText":"活动规则","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/bindphone","meta":{},"window":{"navigationBarTitleText":"绑定手机号","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/bindmima","meta":{},"window":{"navigationBarTitleText":"设置密码","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/guide/judge","meta":{},"window":{"enablePullDownRefresh":false,"onReachBottomDistance":100,"navigationStyle":"custom","contentAdjust":false,"bounce":"none"}},{"path":"/pages/guide/guide","meta":{},"window":{"enablePullDownRefresh":false,"onReachBottomDistance":100,"navigationStyle":"custom","contentAdjust":false,"bounce":"none"}},{"path":"/pages/luntan/video","meta":{},"window":{"navigationBarTitleText":"","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/nearshop/jiankong","meta":{},"window":{"navigationBarTitleText":"","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/cardrenzheng","meta":{},"window":{"navigationBarTitleText":"身份认证","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/homepage/map","meta":{},"window":{"navigationBarTitleText":"","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/fenxiaomyteam","meta":{},"window":{"navigationBarTitleText":"我的团队","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/fenxiaotidetail","meta":{},"window":{"navigationBarTitleText":"提现明细","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/fenxiaodingdan","meta":{},"window":{"navigationBarTitleText":"分销订单","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/fenxiaoyongjin","meta":{},"window":{"navigationBarTitleText":"分销佣金","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/myfenxiao","meta":{},"window":{"navigationBarTitleText":"我的分销","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/nearshop/allprovince","meta":{},"window":{"navigationBarTitleText":"全部省份","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/orderdetail","meta":{},"window":{"navigationBarTitleText":"订单详情","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/nearshop/selectcoupon","meta":{},"window":{"navigationBarTitleText":"选择优惠券","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/nearshop/cartbox","meta":{},"window":{"navigationBarTitleText":"","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/nearshop/cartlist","meta":{},"window":{"navigationBarTitleText":"购物车","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/homepage/collectshop","meta":{},"window":{"navigationBarTitleText":"店铺收藏","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/luntan/examineresult","meta":{},"window":{"navigationBarTitleText":"等级考试","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/luntan/examintext","meta":{},"window":{"navigationBarTitleText":"等级考试","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/luntan/examine","meta":{},"window":{"navigationBarTitleText":"等级考试","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/nearshop/sureorder","meta":{},"window":{"navigationBarTitleText":"订单详情","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/login/accountpassword","meta":{},"window":{"navigationBarTitleText":"","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/login/registercode","meta":{},"window":{"navigationBarTitleText":"注册","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/homepage/mygift","meta":{},"window":{"navigationBarTitleText":"我的奖品","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/homepage/drawlottery","meta":{},"window":{"navigationBarTitleText":"抽奖专区","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/login/finishregister","meta":{},"window":{"navigationBarTitleText":"注册","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/homepage/miaosha","meta":{},"window":{"navigationBarTitleText":"秒杀商城","navigationBarBackgroundColor":"#C29445","navigationBarTextStyle":"white","titleNView":{"titleSize":"12"}}},{"path":"/pages/luntan/luntan","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"论坛","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black","navigationStyle":"custom","bounce":"none"}},{"path":"/pages/luntan/addcontract","meta":{},"window":{"navigationBarTitleText":"发布帖子","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/applayruzhu","meta":{},"window":{"navigationBarTitleText":"申请加盟","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/luntan/luntandetail","meta":{},"window":{"navigationBarTitleText":"帖子详情","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/luntan/luntandetailsecond","meta":{},"window":{"navigationBarTitleText":"帖子详情","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/luntan/luntanlist","meta":{},"window":{"navigationBarTitleText":"帖子列表","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/luntan/luntanpage","meta":{},"window":{"navigationBarTitleText":"个人主页","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/nearshop/goodtail","meta":{},"window":{"navigationBarTitleText":"商品详情","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/nearshop/shopdetail","meta":{},"window":{"navigationBarTitleText":"店铺详情","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/companyshenhe","meta":{},"window":{"navigationBarTitleText":"企业会员申请","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/usercenter","meta":{},"window":{"navigationBarTitleText":"会员中心","navigationBarBackgroundColor":"#ECCB90","navigationBarTextStyle":"white"}},{"path":"/pages/nearshop/nearshop","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"附近店铺","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/homepage/goodkind","meta":{},"window":{"navigationBarTitleText":"商品分类","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/homepage/jifenshop","meta":{},"window":{"navigationBarTitleText":"","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/homepage/shoplist","meta":{},"window":{"navigationBarTitleText":"商品列表","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/homepage/search","meta":{},"window":{"navigationBarTitleText":"","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"white","navigationStyle":"custom","bounce":"none"}},{"path":"/pages/login/xieyi","meta":{},"window":{"navigationBarTitleText":"","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/login/setmima","meta":{},"window":{"navigationBarTitleText":"设置密码","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/login/register","meta":{},"window":{"navigationBarTitleText":"注册","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/login/forgetmima","meta":{},"window":{"navigationBarTitleText":"重置密码","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/index/index","meta":{},"window":{"navigationBarTitleText":"uni-app"}},{"path":"/pages/usercenter/setPassword","meta":{},"window":{"navigationBarTitleText":"设置密码","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/nearshop/shopcomment","meta":{},"window":{"navigationBarTitleText":"店铺评论","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/accountDetails","meta":{},"window":{"navigationBarTitleText":"账户明细","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/recharge","meta":{},"window":{"navigationBarTitleText":"充值","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/transferAccounts","meta":{},"window":{"navigationBarTitleText":"转账","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/transferDetails","meta":{},"window":{"navigationBarTitleText":"转账详情","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/cashOut","meta":{},"window":{"navigationBarTitleText":"提现","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/account","meta":{},"window":{"navigationBarTitleText":"选择到账账户","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/withdrawalsRecord","meta":{},"window":{"navigationBarTitleText":"提现记录","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/addCard","meta":{},"window":{"navigationBarTitleText":"添加账户","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/editCard","meta":{},"window":{"navigationBarTitleText":"编辑银行卡","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/myCredit","meta":{},"window":{"navigationBarTitleText":"我的赊吧","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/myIntegral","meta":{},"window":{"navigationBarTitleText":"我的积分","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/myCoupon","meta":{},"window":{"navigationBarTitleText":"我的优惠券","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/myPublish","meta":{},"window":{"navigationBarTitleText":"我的发布","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/myOrder","meta":{},"window":{"navigationBarTitleText":"我的订单","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/shopEvaluate","meta":{},"window":{"navigationBarTitleText":"商品评价","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/sales","meta":{},"window":{"navigationBarTitleText":"销售管理","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/myAchievement","meta":{},"window":{"navigationBarTitleText":"我的业绩","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/myCustomer","meta":{},"window":{"navigationBarTitleText":"我的客户","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/my","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"我的","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/wallet","meta":{},"window":{"navigationBarTitleText":"我的钱包","navigationBarBackgroundColor":"#C29445","navigationBarTextStyle":"white"}},{"path":"/pages/usercenter/setUp","meta":{},"window":{"navigationBarTitleText":"设置","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/personalData","meta":{},"window":{"navigationBarTitleText":"个人资料","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/address","meta":{},"window":{"navigationBarTitleText":"地址管理","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/addAddress","meta":{},"window":{"navigationBarTitleText":"新增收货地址","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}}];
var __uniConfig = {"pages":["pages/homepage/homepage","pages/homepage/giftorder","pages/login/loginindex","pages/login/loginmine","pages/homepage/choujiangrule","pages/usercenter/bindphone","pages/usercenter/bindmima","pages/guide/judge","pages/guide/guide","pages/luntan/video","pages/nearshop/jiankong","pages/usercenter/cardrenzheng","pages/homepage/map","pages/homepage/map","pages/usercenter/fenxiaomyteam","pages/usercenter/fenxiaotidetail","pages/usercenter/fenxiaodingdan","pages/usercenter/fenxiaoyongjin","pages/usercenter/myfenxiao","pages/nearshop/allprovince","pages/usercenter/orderdetail","pages/nearshop/selectcoupon","pages/nearshop/cartbox","pages/nearshop/cartlist","pages/homepage/collectshop","pages/luntan/examineresult","pages/luntan/examintext","pages/luntan/examine","pages/nearshop/sureorder","pages/login/accountpassword","pages/login/registercode","pages/homepage/mygift","pages/homepage/drawlottery","pages/login/finishregister","pages/homepage/miaosha","pages/luntan/luntan","pages/luntan/addcontract","pages/usercenter/applayruzhu","pages/luntan/luntandetail","pages/luntan/luntandetailsecond","pages/luntan/luntanlist","pages/luntan/luntanpage","pages/nearshop/goodtail","pages/nearshop/shopdetail","pages/usercenter/companyshenhe","pages/usercenter/usercenter","pages/nearshop/nearshop","pages/homepage/goodkind","pages/homepage/jifenshop","pages/homepage/shoplist","pages/homepage/search","pages/login/xieyi","pages/login/setmima","pages/login/register","pages/login/forgetmima","pages/index/index","pages/usercenter/setPassword","pages/nearshop/shopcomment","pages/usercenter/accountDetails","pages/usercenter/recharge","pages/usercenter/transferAccounts","pages/usercenter/transferDetails","pages/usercenter/cashOut","pages/usercenter/account","pages/usercenter/withdrawalsRecord","pages/usercenter/addCard","pages/usercenter/editCard","pages/usercenter/myCredit","pages/usercenter/myIntegral","pages/usercenter/myCoupon","pages/usercenter/myPublish","pages/usercenter/myOrder","pages/usercenter/shopEvaluate","pages/usercenter/sales","pages/usercenter/myAchievement","pages/usercenter/myCustomer","pages/usercenter/my","pages/usercenter/wallet","pages/usercenter/setUp","pages/usercenter/setUp","pages/usercenter/myIntegral","pages/usercenter/myCoupon","pages/usercenter/myPublish","pages/usercenter/sales","pages/usercenter/personalData","pages/usercenter/address","pages/usercenter/addAddress","pages/usercenter/myCredit","pages/usercenter/myOrder","pages/usercenter/shopEvaluate","pages/usercenter/myAchievement","pages/usercenter/myCustomer"],"window":{"navigationBarTextStyle":"black","navigationBarTitleText":"uni-app","navigationBarBackgroundColor":"#fff","backgroundColor":"#fff"},"tabBar":{"color":"#BDC4CE","selectedColor":"#EE8B27","borderStyle":"black","backgroundColor":"#ffffff","list":[{"pagePath":"pages/homepage/homepage","iconPath":"../../static/index.png","selectedIconPath":"../../static/indexactive.png","text":"首页"},{"pagePath":"pages/nearshop/nearshop","iconPath":"../../static/nearshop.png","selectedIconPath":"../../static/nearshopactive.png","text":"附近店铺"},{"pagePath":"pages/luntan/luntan","iconPath":"../../static/luntan.png","selectedIconPath":"../../static/luntanactive.png","text":"中面论坛"},{"pagePath":"pages/usercenter/my","iconPath":"../../static/user.png","selectedIconPath":"../../static/useractive.png","text":"个人中心"}]},"renderer":"auto","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":false},"appname":"中国面条","compilerVersion":"2.6.16","entryPagePath":"pages/homepage/homepage","networkTimeout":{"request":60000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000}};
var __uniRoutes = [{"path":"/pages/homepage/homepage","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"","navigationBarBackgroundColor":"#C29445","navigationBarTextStyle":"white","navigationStyle":"custom","bounce":"none"}},{"path":"/pages/homepage/giftorder","meta":{},"window":{"navigationBarTitleText":"","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/login/loginindex","meta":{},"window":{"navigationBarTitleText":"","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/login/loginmine","meta":{},"window":{"navigationBarTitleText":"活动规则","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/homepage/choujiangrule","meta":{},"window":{"navigationBarTitleText":"活动规则","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/bindphone","meta":{},"window":{"navigationBarTitleText":"绑定手机号","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/bindmima","meta":{},"window":{"navigationBarTitleText":"设置密码","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/guide/judge","meta":{},"window":{"enablePullDownRefresh":false,"onReachBottomDistance":100,"navigationStyle":"custom","contentAdjust":false,"bounce":"none"}},{"path":"/pages/guide/guide","meta":{},"window":{"enablePullDownRefresh":false,"onReachBottomDistance":100,"navigationStyle":"custom","contentAdjust":false,"bounce":"none"}},{"path":"/pages/luntan/video","meta":{},"window":{"navigationBarTitleText":"","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/nearshop/jiankong","meta":{},"window":{"navigationBarTitleText":"","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/cardrenzheng","meta":{},"window":{"navigationBarTitleText":"身份认证","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/homepage/map","meta":{},"window":{"navigationBarTitleText":"","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/fenxiaomyteam","meta":{},"window":{"navigationBarTitleText":"我的团队","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/fenxiaotidetail","meta":{},"window":{"navigationBarTitleText":"提现明细","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/fenxiaodingdan","meta":{},"window":{"navigationBarTitleText":"分销订单","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/fenxiaoyongjin","meta":{},"window":{"navigationBarTitleText":"分销佣金","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/myfenxiao","meta":{},"window":{"navigationBarTitleText":"我的分销","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/nearshop/allprovince","meta":{},"window":{"navigationBarTitleText":"全部省份","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/orderdetail","meta":{},"window":{"navigationBarTitleText":"订单详情","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/nearshop/selectcoupon","meta":{},"window":{"navigationBarTitleText":"选择优惠券","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/nearshop/cartbox","meta":{},"window":{"navigationBarTitleText":"","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/nearshop/cartlist","meta":{},"window":{"navigationBarTitleText":"购物车","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/homepage/collectshop","meta":{},"window":{"navigationBarTitleText":"店铺收藏","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/luntan/examineresult","meta":{},"window":{"navigationBarTitleText":"等级考试","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/luntan/examintext","meta":{},"window":{"navigationBarTitleText":"等级考试","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/luntan/examine","meta":{},"window":{"navigationBarTitleText":"等级考试","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/nearshop/sureorder","meta":{},"window":{"navigationBarTitleText":"订单详情","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/login/accountpassword","meta":{},"window":{"navigationBarTitleText":"","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/login/registercode","meta":{},"window":{"navigationBarTitleText":"注册","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/homepage/mygift","meta":{},"window":{"navigationBarTitleText":"我的奖品","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/homepage/drawlottery","meta":{},"window":{"navigationBarTitleText":"抽奖专区","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/login/finishregister","meta":{},"window":{"navigationBarTitleText":"注册","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/homepage/miaosha","meta":{},"window":{"navigationBarTitleText":"秒杀商城","navigationBarBackgroundColor":"#C29445","navigationBarTextStyle":"white","titleNView":{"titleSize":"12"}}},{"path":"/pages/luntan/luntan","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"论坛","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black","navigationStyle":"custom","bounce":"none"}},{"path":"/pages/luntan/addcontract","meta":{},"window":{"navigationBarTitleText":"发布帖子","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/applayruzhu","meta":{},"window":{"navigationBarTitleText":"申请加盟","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/luntan/luntandetail","meta":{},"window":{"navigationBarTitleText":"帖子详情","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/luntan/luntandetailsecond","meta":{},"window":{"navigationBarTitleText":"帖子详情","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/luntan/luntanlist","meta":{},"window":{"navigationBarTitleText":"帖子列表","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/luntan/luntanpage","meta":{},"window":{"navigationBarTitleText":"个人主页","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/nearshop/goodtail","meta":{},"window":{"navigationBarTitleText":"商品详情","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/nearshop/shopdetail","meta":{},"window":{"navigationBarTitleText":"店铺详情","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/companyshenhe","meta":{},"window":{"navigationBarTitleText":"企业会员申请","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/usercenter","meta":{},"window":{"navigationBarTitleText":"会员中心","navigationBarBackgroundColor":"#ECCB90","navigationBarTextStyle":"white"}},{"path":"/pages/nearshop/nearshop","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"附近店铺","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/homepage/goodkind","meta":{},"window":{"navigationBarTitleText":"商品分类","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/homepage/jifenshop","meta":{},"window":{"navigationBarTitleText":"","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/homepage/shoplist","meta":{},"window":{"navigationBarTitleText":"商品列表","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/homepage/search","meta":{},"window":{"navigationBarTitleText":"","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"white","navigationStyle":"custom","bounce":"none"}},{"path":"/pages/login/xieyi","meta":{},"window":{"navigationBarTitleText":"","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/login/setmima","meta":{},"window":{"navigationBarTitleText":"设置密码","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/login/register","meta":{},"window":{"navigationBarTitleText":"注册","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/login/forgetmima","meta":{},"window":{"navigationBarTitleText":"重置密码","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/index/index","meta":{},"window":{"navigationBarTitleText":"uni-app"}},{"path":"/pages/usercenter/setPassword","meta":{},"window":{"navigationBarTitleText":"设置密码","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/nearshop/shopcomment","meta":{},"window":{"navigationBarTitleText":"店铺评论","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/accountDetails","meta":{},"window":{"navigationBarTitleText":"账户明细","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/recharge","meta":{},"window":{"navigationBarTitleText":"充值","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/transferAccounts","meta":{},"window":{"navigationBarTitleText":"转账","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/transferDetails","meta":{},"window":{"navigationBarTitleText":"转账详情","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/cashOut","meta":{},"window":{"navigationBarTitleText":"提现","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/account","meta":{},"window":{"navigationBarTitleText":"选择到账账户","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/withdrawalsRecord","meta":{},"window":{"navigationBarTitleText":"提现记录","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/addCard","meta":{},"window":{"navigationBarTitleText":"添加账户","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/editCard","meta":{},"window":{"navigationBarTitleText":"编辑银行卡","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/myCredit","meta":{},"window":{"navigationBarTitleText":"我的赊吧","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/myIntegral","meta":{},"window":{"navigationBarTitleText":"我的积分","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/myCoupon","meta":{},"window":{"navigationBarTitleText":"我的优惠券","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/myPublish","meta":{},"window":{"navigationBarTitleText":"我的发布","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/myOrder","meta":{},"window":{"navigationBarTitleText":"我的订单","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/shopEvaluate","meta":{},"window":{"navigationBarTitleText":"商品评价","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/sales","meta":{},"window":{"navigationBarTitleText":"销售管理","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/myAchievement","meta":{},"window":{"navigationBarTitleText":"我的业绩","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/myCustomer","meta":{},"window":{"navigationBarTitleText":"我的客户","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/my","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"我的","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/wallet","meta":{},"window":{"navigationBarTitleText":"我的钱包","navigationBarBackgroundColor":"#C29445","navigationBarTextStyle":"white"}},{"path":"/pages/usercenter/setUp","meta":{},"window":{"navigationBarTitleText":"设置","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/personalData","meta":{},"window":{"navigationBarTitleText":"个人资料","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/address","meta":{},"window":{"navigationBarTitleText":"地址管理","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}},{"path":"/pages/usercenter/addAddress","meta":{},"window":{"navigationBarTitleText":"新增收货地址","navigationBarBackgroundColor":"#fff","navigationBarTextStyle":"black"}}];
__uniConfig.onReady=function(callback){if(__uniConfig.ready){callback()}else{onReadyCallbacks.push(callback)}};Object.defineProperty(__uniConfig,"ready",{get:function(){return isReady},set:function(val){isReady=val;if(!isReady){return}const callbacks=onReadyCallbacks.slice(0);onReadyCallbacks.length=0;callbacks.forEach(function(callback){callback()})}});
service.register("uni-app-config",{create(a,b,c){if(!__uniConfig.viewport){var d=b.weex.config.env.scale,e=b.weex.config.env.deviceWidth,f=Math.ceil(e/d);Object.assign(__uniConfig,{viewport:f,defaultFontSize:Math.round(f/20)})}return{instance:{__uniConfig:__uniConfig,__uniRoutes:__uniRoutes,global:void 0,window:void 0,document:void 0,frames:void 0,self:void 0,location:void 0,navigator:void 0,localStorage:void 0,history:void 0,Caches:void 0,screen:void 0,alert:void 0,confirm:void 0,prompt:void 0,fetch:void 0,XMLHttpRequest:void 0,WebSocket:void 0,webkit:void 0,print:void 0}}}});
... ...