作者 lihongjuan

中面

... ... @@ -108,7 +108,7 @@
globalData: {
userInfo: null,
version:'v1.0.7',
version:'v1.0.8',
// baseUrl: 'http://zhongmian.w.brotop.cn/api/',
// imgurl:'http://zhongmian.w.brotop.cn/'
baseUrl: 'https://app.chinesenooddles.com/api/',
... ... @@ -127,6 +127,21 @@
width: 100%;
height: 100%;
}
.shartype{
width: 48rpx;
height: 48rpx;
position: absolute;
top:0;
left:0;
border:none;
outline: none;
background:transparent;
}
.shartype::after{
border:none;
outline: none;
background:transparent;
}
.eye{
width:45rpx;
height:35rpx;
... ...
... ... @@ -2,8 +2,8 @@
"name" : "中国面条",
"appid" : "__UNI__86EF000",
"description" : "中国面条",
"versionName" : "1.1.0",
"versionCode" : 134,
"versionName" : "1.1.2",
"versionCode" : 136,
"transformPx" : false,
/* 5+App特有相关 */
"app-plus" : {
... ...
... ... @@ -124,7 +124,7 @@
<view class="homeshoplist flexone">
<view class="homeshopitem" v-for="(item,index) in shoplist" :key="index" @click="goodtail" :data-id="item.id">
<view class="gooditemimg">
<image :src="item.image" mode=""></image>
<image :src="item.image" mode="aspectFill"></image>
<view class="sale">已售{{item.sales}}件</view>
</view>
<view class="goodname hidden">{{item.name}}</view>
... ...
... ... @@ -23,7 +23,7 @@
<view class="homeshoplist flexone goodboxlist" v-else>
<view class="homeshopitem goodboxitem" v-for="(item,index) in shoplist" :key="index" @click="goodtail" :data-id="item.id">
<view class="gooditemimg goodboximg">
<image :src="item.image" mode="scaleToFill"></image>
<image :src="item.image" mode="aspectFill"></image>
<!-- <view class="sale boxsale">已售{{item.sale}}件</view> -->
</view>
<view class="goodname hidden boxgoodname">{{item.name}}</view>
... ...
... ... @@ -333,7 +333,8 @@
},
// 注册
register() {
uni.navigateTo({
uni.redirectTo({
url: '/pages/login/registercode'
})
},
... ... @@ -347,9 +348,6 @@
xieyi(e) {
let type = e.currentTarget.dataset.type;
this.xieyishow = true;
},
goxieyi(e) {
let type = e.currentTarget.dataset.type;
... ...
... ... @@ -113,9 +113,10 @@
onLoad(options) {
},
methods: {
// 去登录页面
loginlogin(){
uni.navigateTo({
uni.redirectTo({
url:'/pages/login/loginindex'
})
},
... ...
... ... @@ -373,7 +373,6 @@
page: that.page,
pageNum: 10
}
console.log('参数', params)
app.post(url, params).then((res) => {
console.log('论坛列表', res);
... ...
... ... @@ -74,9 +74,7 @@
<text>{{item.category_name}}</text>
<text style="border:none">{{item.createtime}}</text>
</view>
<text v-for="(item,index) in item.user.label" :key="index">{{item.name_label}}</text>
</view>
<view class="release-text">
... ...
... ... @@ -3,31 +3,31 @@
<view class="personal-wrap">
<!-- 头像,名称,等级 -->
<view class="user-info">
<image :src="user.avatar" style="border-radius: 50%;"/>
<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" v-if="user.level.name1!=undefined">
<image src="../../icons/vip.png"></image>
{{user.level.name1}}
</view> -->
<view v-if="user_id!='null'">
<view v-if="user_id!='null'">
<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>
<view class="connectmobile" @click="mobile">联系方式:{{user.mobile_hide}}</view>
<view class="connectmobile" @click="mobile">联系方式:{{user.mobile_hide}}</view>
<view class="connectmobile" v-if="user.address!=''">地址:{{user.address}}</view>
<view v-if="user.label!=undefined">
<view v-if="user.label!=undefined">
<view class="type" v-for="(item,index) in user.label" :key="index">
</view>
</view >
</view>
</view>
</view>
<view class="nodata" v-if="personlist.length==0">暂无数据</view>
... ... @@ -39,19 +39,19 @@
<view>
<view style="display:flex;align-items: center;">
<text class="title">{{item.user.nickname}}</text>
<view v-if="item.user.level!=undefined">
<view class="VIP" v-if="item.user.level.name1!=undefined">
<image src="../../icons/vip.png"></image>
{{item.user.level.name1}}
</view>
</view>
</view>
<view style="color:#333;font-size: 28rpx;margin-top:5rpx;margin-left:20rpx">{{item.createtime}}</view>
</view>
</view>
<!-- type -->
<view class="type-wrap">
... ... @@ -99,48 +99,56 @@
page: 1,
personlist: [],
user: '',
mineuserid:'',
mineuserid: '',
type:''
}
},
onLoad(options) {
console.log(options)
this.user_id = options.userid;
this.getpersonpage();
this.type=options.type
this.getpersonpage();
},
onUnload() {
uni.$emit('update', {
type: this.type
})
console.log(3734784378)
},
methods: {
hidebanben() {
this.showbanben = false;
},
mobile(){
mobile() {
uni.makePhoneCall({
phoneNumber: this.user.mobile//仅为示例
phoneNumber: this.user.mobile //仅为示例
});
},
// 获取用户信息
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)
console.log('用户信息', res);
that.mineuserid = res.data.data.id;
console.log('个人的ID', that.mineuserid)
}).catch((err) => {
console.log(err)
})
},
// 获取个人主页
getpersonpage() {
let that = this;
... ... @@ -150,59 +158,59 @@
page: that.page,
pageNum: 10
}
console.log('8934394889',params)
console.log('8934394889', params)
app.post(url, params).then((res) => {
console.log('个人主页信息',res)
that.user=res.data.data.user;
console.log('676767676767',that.user)
that.personlist = that.personlist.concat(res.data.data.list);
console.log('个人主页信息', res)
that.user = res.data.data.user;
console.log('676767676767', that.user)
that.personlist = that.personlist.concat(res.data.data.list);
}).catch((err) => {
console.log(err)
})
console.log(err)
})
},
// 关注和取消关注
attentionguan(){
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'
title: "关注成功",
icon: 'none'
})
that.user.is_attention=1;
that.user=that.user
that.user.is_attention = 1;
that.user = that.user
}).catch((err) => {
console.log(err)
})
},
noattention(){
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'
title: "取消关注成功",
icon: 'none'
})
that.user.is_attention=2;
that.user=that.user
that.user.is_attention = 2;
that.user = that.user
})
},
// 更多
goodkind() {
uni.navigateTo({
... ... @@ -227,11 +235,11 @@
url: '/pages/homepage/miaosha'
})
},
// 论坛详情
luntandetail(item){
luntandetail(item) {
uni.navigateTo({
url:'/pages/luntan/luntandetail?id='+item.id
url: '/pages/luntan/luntandetail?id=' + item.id
})
},
}
... ... @@ -243,31 +251,34 @@
page {
background: #F9F9F9;
}
.connectmobile{
color:#333;
.connectmobile {
color: #333;
font-size: 32rpx;
}
.attention{
width:160rpx;
height:52rpx;
.attention {
width: 160rpx;
height: 52rpx;
border-radius: 40rpx;
color:#fff;
color: #fff;
font-size: 28rpx;
text-align: center;
line-height: 52rpx;
background: #C29445;
margin-left:20rpx;
margin-left: 20rpx;
}
.noattention{
width:160rpx;
height:52rpx;
.noattention {
width: 160rpx;
height: 52rpx;
border-radius: 40rpx;
color:#fff;
color: #fff;
font-size: 28rpx;
text-align: center;
line-height: 52rpx;
background:#BDC4CE;
margin-left:20rpx;
background: #BDC4CE;
margin-left: 20rpx;
}
.release-text-content {
... ...
... ... @@ -20,7 +20,7 @@
<image src="../../static/cartsel.png" mode="" v-else></image>
</view>
<view class="sureorderitemleft">
<image :src="item.store_goods.image" mode=""></image>
<image :src="item.store_goods.image" mode="aspectFill"></image>
</view>
<view class='shuright'>
<view class="suregoodnamek">{{item.store_goods.name}}
... ... @@ -62,7 +62,7 @@
<image src="../../static/cartsel.png" mode="" v-else></image>
</view>
<view class="sureorderitemleft">
<image :src="item.flour_goods.image" mode=""></image>
<image :src="item.flour_goods.image" mode="aspectFill"></image>
</view>
<view class='shuright'>
<view class="suregoodnamek">
... ... @@ -105,7 +105,7 @@
<image src="../../static/cartnosel.png" mode="" v-else></image>
</view>
<view class="sureorderitemleft">
<image :src="item.score_goods.image" mode=""></image>
<image :src="item.score_goods.image" mode="aspectFill"></image>
</view>
</view>
<view class='shuright'>
... ...
... ... @@ -32,7 +32,7 @@
<view class="searchgooditem flex boxsizing" v-for="(item,index) in shoplist" :key="index" @click="shopdetail(item.id)" :data-id="item.id">
<view class="shopleftimg">
<image :src="item.image" mode=""></image>
<image :src="item.image" mode="aspectFill"></image>
</view>
<view class="shopright">
<view class="shopname">{{item.name}}</view>
... ... @@ -229,7 +229,6 @@
getshoplist() {
let that = this;
let token=uni.getStorageSync("token");
console.log('343498493349哈哈哈哈哈哈',token)
var url = 'store/get_store_list';
var params = {
province_id:'',
... ...
... ... @@ -92,7 +92,14 @@
selcoupon(item,index){
let that=this
console.log(item);
that.couponlist[index].sel=!that.couponlist[index].sel;
that.couponlist.forEach(function(value,index,array){
if(value.id==item.id){
that.couponlist[index].sel=!that.couponlist[index].sel;
}else{
that.couponlist[index].sel=false
}
})
console.log(that.couponlist[index].sel)
that.couponlist=that.couponlist;
... ... @@ -102,6 +109,7 @@
}else{
uni.setStorageSync("couponitem",'');
}
},
surecoupon(){
uni.navigateBack({
... ...
... ... @@ -143,25 +143,20 @@
</view>
</view>
</view>
</view>
<view class="nodata" v-if="goodlist.length==0" style="margin-top:100rpx;">暂无数据</view>
<view class="homeshoplist flexone goodboxlist" v-else>
<view class="homeshopitem goodboxitem" v-for="(item,index) in goodlist" :key="index" @click="goodtail" :data-id="item.id">
<view class="gooditemimg goodboximg">
<image :src="item.image" mode=""></image>
<image :src="item.image" mode="aspectFill"></image>
<view class="sale boxsale">已售{{item.sales}}件</view>
</view>
<view class="goodname hidden boxgoodname">{{item.name}}</view>
<view class="saleprice">¥{{item.price}}</view>
</view>
</view>
</view>
</template>
<script>
import app from "../../App.vue";
export default {
... ...
... ... @@ -612,15 +612,24 @@
app.post(url, params, "post").then((res) => {
console.log(res,'99998778775545546677887');
console.log(res.data.data);
that.goodinfo=res.data.data
that.goodinfo=res.data.data;
if(uni.getStorageSync("couponitem")!=''){
let couponitem = uni.getStorageSync("couponitem");
that.couponname=couponitem.name;
}else{
that.couponname='请选择优惠券';
}
}).catch((err) => {
console.log(err)
uni.showToast({
title:err.msg,
icon:'none'
})
that.couponitem=''
that.couponname='请选择优惠券';
that.couponitem='';
that.user_ticket_id=''
})
},
... ... @@ -670,9 +679,7 @@
pay_type:that.pay_type,
user_address_id:that.addressitem.id
}
console.log(that.seldata);
console.log(params,'乔')
console.log(params.data,'乔蒙蒙的参数')
app.post(url, params,"post").then((res) => {
console.log(res);
that.order_id=res.data.data.order_id;
... ... @@ -682,6 +689,7 @@
// })
}).catch((err) => {
console.log(err)
uni.showToast({
title:err.msg,
... ... @@ -743,7 +751,7 @@
setTimeout(function(){
uni.navigateTo({
url:"/pages/usercenter/myOrder"
url:"/pages/usercenter/myOrder?id="+2
})
},1500)
}
... ... @@ -754,19 +762,17 @@
}
});
}else{
console.log('3434893489834894389','支付成功成功')
uni.showToast({
title:'支付成功',
icon:'none'
})
setTimeout(function(){
uni.redirectTo({
url:"/pages/usercenter/myOrder"
url:"/pages/usercenter/myOrder?id="+2
})
},1500)
}
}).catch((err) => {
console.log(err)
... ... @@ -792,26 +798,27 @@
},
onShow() {
let that=this
this.buyshow=false
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;
this.user_ticket_id=couponitem.id;
// that.couponname=couponitem.name;
that.user_ticket_id=couponitem.id;
this.changeorder()
}else{
this.couponname='请选择优惠券';
this.user_ticket_id='';
// that.couponname='请选择优惠券';
that.user_ticket_id='';
this.changeorder()
}
console.log(this.addressitem)
}
... ...
... ... @@ -92,7 +92,7 @@
<image src="../../static/right.png" mode="widthFix" />
</view>
</view>
<view class="citem" @click.stop="jump" data-id="7">
<view class="citem" @click.stop="jump" data-id="7" v-if="myclose==1">
<view class="left">
<image src="../../static/fenxiao.png" mode="widthFix" />
我的分销
... ...
... ... @@ -80,6 +80,9 @@
if(options.id==''){
this.selindx=''
}
if(options.id){
this.selindx=options.id
}
console.log(this.selindx);
... ...
... ... @@ -37,9 +37,7 @@
</view>
</view>
</view>
</view>
</view>
<!-- 我的评论 -->
<view v-if="order==2">
... ... @@ -49,19 +47,17 @@
<view class="wordarea">
<rich-text :nodes="item.content"></rich-text>
</view>
<view class="time" style="margin-top:10rpx;">{{item.forum.title}}</view>
<view class="numbox">
<view class="time">{{item.createtime}}</view>
<view class="btnbox">
<image src="../../static/del.png" class="del" @click.stop="delcomment(item)" style="margin-right:20rpx"></image>
<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">
... ... @@ -70,10 +66,7 @@
</view>
</view>
</view>
</view>
</view>
<!-- 我的发布 -->
<view v-if="order==3">
... ... @@ -90,9 +83,7 @@
</view>
<view class="wordarea">
<rich-text :nodes="item.content"></rich-text>
</view>
<view class="numbox">
<view class="time">{{item.creatssssetime}}</view>
<view class="btnbox">
... ... @@ -109,10 +100,7 @@
</view>
</view>
</view>
</view>
</view>
<view v-if="order==4">
<view class="nodata" v-if="attentionlist.length==0">暂无数据</view>
... ... @@ -151,7 +139,7 @@
<view class="new-release-content" v-for="(item,index) in attentionlist" :key="index" @click="luntandetail(item,4)">
<!-- 头像,名称,等级 -->
<view class="userinfo-wrap" @click.stop="usercenter(item)">
<view class="userinfo-wrap" @click.stop="usercenter(item,4)">
<image class="avatarimgk" :src="item.to_user.avatar"></image>
<text class="title">{{item.to_user.nickname}}</text>
<view class="VIP">
... ... @@ -159,65 +147,8 @@
{{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>
<!-- 发布 -->
<view class="release-news" v-if="publish">
... ... @@ -367,8 +298,6 @@
})
},
// 发布评论
publishitezik(item) {
let token=uni.getStorageSync("token");
... ... @@ -386,10 +315,10 @@
// 进入论坛主页
usercenter(item) {
usercenter(item,type) {
// let user = JSON.stringify(item.user)
uni.navigateTo({
url: '/pages/luntan/luntanpage?userid=' + item.to_user_id
url: '/pages/luntan/luntanpage?userid=' + item.to_user_id+'&type='+type
})
},
// 底部导航跳转
... ... @@ -480,6 +409,7 @@
console.log(err)
})
},
// 删除帖子
del(item) {
let that = this;
console.log(3443893489809)
... ... @@ -514,6 +444,44 @@
}
});
},
// 删除评论
delcomment(item){
let that = this;
console.log(3443893489809)
uni.showModal({
title: '提示',
content: '是否删除评论',
success: function(res) {
if (res.confirm) {
var url = 'comments/del_comments';
var params = {
comments_id: item.id
}
console.log('7766554', params)
app.post(url, params).then((res) => {
console.log(res);
uni.showToast({
title: '删除成功',
icon: 'none'
})
that.commentlist.forEach(function(value,index,array){
if(value.id==item.id){
that.commentlist.splice(index,1)
}
})
that.commentlist=that.commentlist;
that.$forceUpdate()
}).catch((err) => {
console.log(err,999999)
})
} else if (res.cancel) {
console.log('用户点击取消');
}
}
});
},
// 我的点赞
getmayzan(){
... ... @@ -644,8 +612,8 @@
}
},
onShow() {
let that=this;
console.log(3434893489498)
// 我的关注
// 获取我的点赞
... ... @@ -664,6 +632,12 @@
that.attentionlist=[];
that.getmyattention();
}
// else if(data.type==2){
// that.pagecoment=1;
// that.commentlist=[];
// that.getmycomment()
// }
})
... ...
<template>
<view class="content">
<view class="ordercontent">
<view class="sureordertop flextwo">
<view class="addresstop" >
<view class="sureordertop flextwo" v-if="postage_type==1">
<view class="addresstop">
<view class="addressname flexone">
<view class="sureordername">
{{addresspeople}}
</view>
<view class="sureorderphone">{{addressphone}}</view>
</view>
<view class="addresstitle">
{{addressname}}
{{addressname}}
</view>
</view>
<view class="yourowk">
... ... @@ -70,11 +70,18 @@
<view class='deliveryitemname'>下单时间</view>
<view class='deliveryitemname moneyright ordernumber'>{{goodinfo.createtime}}</view>
</view>
<view class="deliveryitem flextwo">
<view class="deliveryitem flextwo" @click='copynumber(goodinfo.order_detail_num)'>
<view class='deliveryitemname'>订单编号</view>
<view class='deliveryitemname moneyright ordernumber'>{{goodinfo.order_detail_num}}</view>
</view>
<view class="deliveryitem flextwo">
<view class='deliveryitemname'>支付方式</view>
<view class='deliveryitemname ' v-if="pay_typek==1">微信支付</view>
<view class='deliveryitemname ' v-if="pay_typek==2">支付宝支付</view>
<view class='deliveryitemname ' v-if="pay_typek==3">余额支付</view>
<view class='deliveryitemname ' v-if="pay_typek==4">赊吧支付</view>
</view>
<view class="deliveryitem flextwo">
<view class='deliveryitemname'>商品金额</view>
<view class='deliveryitemname moneyright'>¥{{goodinfo.goods_total}}</view>
</view>
... ... @@ -132,23 +139,31 @@
</view>
</view>
</view>
<view class="delivery markcontent markcontentk peibox">
<view class="deliveryitem flextwo">
<view class='deliveryitemname'>下单时间</view>
<view class='deliveryitemname moneyright ordernumber'>{{goodinfo.createtime}}</view>
</view>
<view class="deliveryitem flextwo">
<view class="deliveryitem flextwo" @click='copynumber(goodinfo.order_detail_num)'>
<view class='deliveryitemname'>订单编号</view>
<view class='deliveryitemname moneyright ordernumber'>{{goodinfo.order_detail_num}}</view>
</view>
<view class="deliveryitem flextwo">
<view class='deliveryitemname'>支付方式</view>
<view class='deliveryitemname ' v-if="pay_typek==1">微信支付</view>
<view class='deliveryitemname ' v-if="pay_typek==2">支付宝支付</view>
<view class='deliveryitemname ' v-if="pay_typek==3">余额支付</view>
<view class='deliveryitemname ' v-if="pay_typek==4">赊吧支付</view>
</view>
<view class="deliveryitem flextwo">
<view class='deliveryitemname'>商品金额</view>
<view class='deliveryitemname moneyright'>¥{{goodinfo.goods_total}}</view>
</view>
<view class="deliveryitem flextwo">
<view class='deliveryitemname'>优惠券</view>
<view class='deliveryitemname moneyright'>¥{{goodinfo.ticket_price==null?'':'-'}}{{goodinfo.ticket_price==null?'0':goodinfo.ticket_price}}</view>
... ... @@ -208,22 +223,31 @@
</view>
</view>
</view>
<view class="delivery markcontent markcontentk peibox">
<view class="deliveryitem flextwo">
<view class='deliveryitemname'>下单时间</view>
<view class='deliveryitemname moneyright ordernumber'>{{goodinfo.createtime}}</view>
</view>
<view class="deliveryitem flextwo">
<view class="deliveryitem flextwo" @click='copynumber(goodinfo.order_detail_num)'>
<view class='deliveryitemname'>订单编号</view>
<view class='deliveryitemname moneyright ordernumber'>{{goodinfo.order_detail_num}}</view>
</view>
<view class="deliveryitem flextwo">
<view class='deliveryitemname'>支付方式</view>
<view class='deliveryitemname ' v-if="pay_typek==1">微信支付</view>
<view class='deliveryitemname ' v-if="pay_typek==2">支付宝支付</view>
<view class='deliveryitemname ' v-if="pay_typek==3">余额支付</view>
<view class='deliveryitemname ' v-if="pay_typek==4">赊吧支付</view>
</view>
<view class="deliveryitem flextwo">
<view class='deliveryitemname'>商品金额</view>
<view class='deliveryitemname moneyright'>¥{{goodinfo.goods_total}}</view>
</view>
<view class="deliveryitem flextwo">
<view class='deliveryitemname'>积分抵扣</view>
<view class='deliveryitemname moneyright'>¥{{goodinfo.score}}</view>
... ... @@ -323,7 +347,7 @@
</view>
</view>
</view>
</template>
... ... @@ -387,10 +411,12 @@
//判断收货地址是否显示
postage_type3: '',
order_detail_id: '',
addressname:'',
addressphone:'',
addresspeople:''
addressname: '',
addressphone: '',
addresspeople: '',
// data1 面坊 data2 积分 data3 店铺
postage_type: '', //1=快递配送,2=上门自提
pay_typek: "", //1微信支付 2 支付宝支付 3 余额支付 4 支付宝支付
}
},
onLoad(options) {
... ... @@ -410,7 +436,7 @@
// console.log(this.goodinfo)
},
methods: {
// // 添加地址
// addaddress(){
// console.log(334439090)
... ... @@ -430,10 +456,11 @@
app.post(url, params, "post").then((res) => {
console.log(res);
that.goodinfo = res.data.data;
that.addresspeople=res.data.data.name;
that.addressname=res.data.data.address;
that.addressphone=res.data.data.mobile
that.addresspeople = res.data.data.name;
that.addressname = res.data.data.address;
that.addressphone = res.data.data.mobile;
that.postage_type = res.data.data.postage_type;
that.pay_typek = res.data.data.pay_type;
}).catch((err) => {})
},
... ... @@ -441,6 +468,12 @@
gocomment() {
},
// 复制订单编号
copynumber(number) {
uni.setClipboardData({
data: number
});
},
// 添加地址
addaddress() {
console.log(334439090)
... ... @@ -485,7 +518,7 @@
}
});
},
// 确认收获
shouhuo() {
... ... @@ -508,7 +541,6 @@
})
}, 1500)
}).catch((err) => {
console.log(err)
})
... ... @@ -664,7 +696,7 @@
})
} else if (that.goodinfo.pay_type == 1) {
let result=res.data.data.result;
let result = res.data.data.result;
uni.requestPayment({
provider: 'wxpay',
orderInfo: JSON.stringify(result), //微信、支付宝订单数据
... ... @@ -681,17 +713,17 @@
console.log('fail:' + JSON.stringify(err));
}
});
}else{
uni.showToast({
title:'支付成功',
icon:'none'
} else {
uni.showToast({
title: '支付成功',
icon: 'none'
})
setTimeout(function(){
setTimeout(function() {
uni.navigateBack({
checked:true
checked: true
})
},1500)
}, 1500)
}
// uni.showToast({
// title: '支付成功',
... ... @@ -740,8 +772,9 @@
page {
background: #F8F6F9;
}
.ordernumber{
color:#333
.ordernumber {
color: #333
}
.behuiyuanbtn {
... ...
{"@platforms":["android","iPhone","iPad"],"id":"__UNI__86EF000","name":"中国面条","version":{"name":"1.1.0","code":134},"description":"中国面条","launch_path":"__uniappview.html","developer":{"name":"","email":"","url":""},"permissions":{"Payment":{},"Maps":{"coordType":"gcj02"},"FaceID":{},"VideoPlayer":{},"Bluetooth":{},"Contacts":{},"Fingerprint":{},"iBeacon":{},"LivePusher":{},"Messaging":{},"OAuth":{},"UniNView":{"description":"UniNView原生渲染"}},"plus":{"useragent":{"value":"uni-app","concatenate":true},"splashscreen":{"target":"id:1","autoclose":true,"waiting":true,"delay":0},"popGesture":"close","launchwebview":{"id":"1","kernel":"WKWebview"},"statusbar":{"immersed":"supportedDevice","style":"dark","background":"#fff"},"usingComponents":true,"nvueCompiler":"uni-app","compatible":{"ignoreVersion":true},"distribute":{"icons":{"android":{"hdpi":"unpackage/res/icons/72x72.png","xhdpi":"unpackage/res/icons/96x96.png","xxhdpi":"unpackage/res/icons/144x144.png","xxxhdpi":"unpackage/res/icons/192x192.png"},"ios":{"appstore":"unpackage/res/icons/1024x1024.png","ipad":{"app":"unpackage/res/icons/76x76.png","app@2x":"unpackage/res/icons/152x152.png","notification":"unpackage/res/icons/20x20.png","notification@2x":"unpackage/res/icons/40x40.png","proapp@2x":"unpackage/res/icons/167x167.png","settings":"unpackage/res/icons/29x29.png","settings@2x":"unpackage/res/icons/58x58.png","spotlight":"unpackage/res/icons/40x40.png","spotlight@2x":"unpackage/res/icons/80x80.png"},"iphone":{"app@2x":"unpackage/res/icons/120x120.png","app@3x":"unpackage/res/icons/180x180.png","notification@2x":"unpackage/res/icons/40x40.png","notification@3x":"unpackage/res/icons/60x60.png","settings@2x":"unpackage/res/icons/58x58.png","settings@3x":"unpackage/res/icons/87x87.png","spotlight@2x":"unpackage/res/icons/80x80.png","spotlight@3x":"unpackage/res/icons/120x120.png"}}},"google":{"permissions":["<uses-feature android:name=\"android.hardware.camera\"/>","<uses-feature android:name=\"android.hardware.camera.autofocus\"/>","<uses-permission android:name=\"android.permission.ACCESS_COARSE_LOCATION\"/>","<uses-permission android:name=\"android.permission.ACCESS_FINE_LOCATION\"/>","<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>","<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>","<uses-permission android:name=\"android.permission.BLUETOOTH\"/>","<uses-permission android:name=\"android.permission.BLUETOOTH_ADMIN\"/>","<uses-permission android:name=\"android.permission.CALL_PHONE\"/>","<uses-permission android:name=\"android.permission.CAMERA\"/>","<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>","<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>","<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>","<uses-permission android:name=\"android.permission.INTERNET\"/>","<uses-permission android:name=\"android.permission.MODIFY_AUDIO_SETTINGS\"/>","<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>","<uses-permission android:name=\"android.permission.READ_CONTACTS\"/>","<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>","<uses-permission android:name=\"android.permission.READ_SMS\"/>","<uses-permission android:name=\"android.permission.RECEIVE_SMS\"/>","<uses-permission android:name=\"android.permission.SEND_SMS\"/>","<uses-permission android:name=\"android.permission.USE_FINGERPRINT\"/>","<uses-permission android:name=\"android.permission.VIBRATE\"/>","<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>","<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>","<uses-permission android:name=\"android.permission.WRITE_SMS\"/>","<uses-permission android:name=\"android.permission.BLUETOOTH\"/>","<uses-permission android:name=\"android.permission.BLUETOOTH_ADMIN\"/>"]},"apple":{"capabilities":{"entitlements":{"com.apple.developer.associated-domains":["applinks:app.chinesenooddles.com"]}},"privacyDescription":{"NSPhotoLibraryUsageDescription":"中国面条想要使用相册来进行用户头像选取,您同意我们访问你的相册吗?","NSPhotoLibraryAddUsageDescription":"中国面条想要使用相册来进行用户头像选取,您同意我们访问你的相册吗?","NSCameraUsageDescription":"中国面条想要使用相机来进行用户头像选取,您同意我们访问你的相机吗?","NSLocationWhenInUseUsageDescription":"中国面条想要使用定位来为您推荐更加精准的面馆信息,您同意我们访问你的定位吗?","NSLocationAlwaysUsageDescription":"中国面条想要使用定位来为您推荐更加精准的面馆信息,您同意我们访问你的定位吗?","NSLocationAlwaysAndWhenInUseUsageDescription":"中国面条想要使用定位来为您推荐更加精准的面馆信息,您同意我们访问你的定位吗?"}},"plugins":{"payment":{"alipay":{},"weixin":{"appid":"wx24f90adc1d2f4f3d","UniversalLinks":"https://app.chinesenooddles.com/.well-known/"},"appleiap":{}},"ad":{},"maps":{"amap":{"appkey_ios":"39ab1cc4587cc0c5f21f25054c59bb18","appkey_android":"01d25fb8343d7ce5040bc32cb3e5379f"}},"oauth":{"weixin":{"appid":"wx24f90adc1d2f4f3d","appsecret":"e1da139286ef1335fdd36029a2ac7fb5","UniversalLinks":"https://app.chinesenooddles.com/.well-known/"}},"share":{},"audio":{"mp3":{"description":"Android平台录音支持MP3格式文件"}}}},"nativePlugins":{"AThree-Face":{"__plugin_info__":{"name":"Face","description":"人脸核身","platforms":"Android,iOS","url":"","android_package_name":"","ios_bundle_id":"","isCloud":false,"bought":-1,"pid":"","parameters":{}}}},"uniStatistics":{"enable":false},"allowsInlineMediaPlayback":true,"safearea":{"background":"#ffffff","bottom":{"offset":"auto"}},"uni-app":{"compilerVersion":"2.8.3","control":"uni-v3","nvueCompiler":"uni-app","renderer":"auto","nvue":{"flex-direction":"column"},"nvueLaunchMode":"normal"},"tabBar":{"color":"#BDC4CE","selectedColor":"#EE8B27","borderStyle":"rgba(0,0,0,0.4)","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":"个人中心"}],"height":"50px","child":["lauchwebview"],"selected":0},"launch_path":"__uniappview.html"}}
\ No newline at end of file
{"@platforms":["android","iPhone","iPad"],"id":"__UNI__86EF000","name":"中国面条","version":{"name":"1.1.2","code":136},"description":"中国面条","launch_path":"__uniappview.html","developer":{"name":"","email":"","url":""},"permissions":{"Payment":{},"Maps":{"coordType":"gcj02"},"FaceID":{},"VideoPlayer":{},"Bluetooth":{},"Contacts":{},"Fingerprint":{},"iBeacon":{},"LivePusher":{},"Messaging":{},"OAuth":{},"UniNView":{"description":"UniNView原生渲染"}},"plus":{"useragent":{"value":"uni-app","concatenate":true},"splashscreen":{"target":"id:1","autoclose":true,"waiting":true,"delay":0},"popGesture":"close","launchwebview":{"id":"1","kernel":"WKWebview"},"statusbar":{"immersed":"supportedDevice","style":"dark","background":"#fff"},"usingComponents":true,"nvueCompiler":"uni-app","compatible":{"ignoreVersion":true},"distribute":{"icons":{"android":{"hdpi":"unpackage/res/icons/72x72.png","xhdpi":"unpackage/res/icons/96x96.png","xxhdpi":"unpackage/res/icons/144x144.png","xxxhdpi":"unpackage/res/icons/192x192.png"},"ios":{"appstore":"unpackage/res/icons/1024x1024.png","ipad":{"app":"unpackage/res/icons/76x76.png","app@2x":"unpackage/res/icons/152x152.png","notification":"unpackage/res/icons/20x20.png","notification@2x":"unpackage/res/icons/40x40.png","proapp@2x":"unpackage/res/icons/167x167.png","settings":"unpackage/res/icons/29x29.png","settings@2x":"unpackage/res/icons/58x58.png","spotlight":"unpackage/res/icons/40x40.png","spotlight@2x":"unpackage/res/icons/80x80.png"},"iphone":{"app@2x":"unpackage/res/icons/120x120.png","app@3x":"unpackage/res/icons/180x180.png","notification@2x":"unpackage/res/icons/40x40.png","notification@3x":"unpackage/res/icons/60x60.png","settings@2x":"unpackage/res/icons/58x58.png","settings@3x":"unpackage/res/icons/87x87.png","spotlight@2x":"unpackage/res/icons/80x80.png","spotlight@3x":"unpackage/res/icons/120x120.png"}}},"google":{"permissions":["<uses-feature android:name=\"android.hardware.camera\"/>","<uses-feature android:name=\"android.hardware.camera.autofocus\"/>","<uses-permission android:name=\"android.permission.ACCESS_COARSE_LOCATION\"/>","<uses-permission android:name=\"android.permission.ACCESS_FINE_LOCATION\"/>","<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>","<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>","<uses-permission android:name=\"android.permission.BLUETOOTH\"/>","<uses-permission android:name=\"android.permission.BLUETOOTH_ADMIN\"/>","<uses-permission android:name=\"android.permission.CALL_PHONE\"/>","<uses-permission android:name=\"android.permission.CAMERA\"/>","<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>","<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>","<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>","<uses-permission android:name=\"android.permission.INTERNET\"/>","<uses-permission android:name=\"android.permission.MODIFY_AUDIO_SETTINGS\"/>","<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>","<uses-permission android:name=\"android.permission.READ_CONTACTS\"/>","<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>","<uses-permission android:name=\"android.permission.READ_SMS\"/>","<uses-permission android:name=\"android.permission.RECEIVE_SMS\"/>","<uses-permission android:name=\"android.permission.SEND_SMS\"/>","<uses-permission android:name=\"android.permission.USE_FINGERPRINT\"/>","<uses-permission android:name=\"android.permission.VIBRATE\"/>","<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>","<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>","<uses-permission android:name=\"android.permission.WRITE_SMS\"/>","<uses-permission android:name=\"android.permission.BLUETOOTH\"/>","<uses-permission android:name=\"android.permission.BLUETOOTH_ADMIN\"/>"]},"apple":{"capabilities":{"entitlements":{"com.apple.developer.associated-domains":["applinks:app.chinesenooddles.com"]}},"privacyDescription":{"NSPhotoLibraryUsageDescription":"中国面条想要使用相册来进行用户头像选取,您同意我们访问你的相册吗?","NSPhotoLibraryAddUsageDescription":"中国面条想要使用相册来进行用户头像选取,您同意我们访问你的相册吗?","NSCameraUsageDescription":"中国面条想要使用相机来进行用户头像选取,您同意我们访问你的相机吗?","NSLocationWhenInUseUsageDescription":"中国面条想要使用定位来为您推荐更加精准的面馆信息,您同意我们访问你的定位吗?","NSLocationAlwaysUsageDescription":"中国面条想要使用定位来为您推荐更加精准的面馆信息,您同意我们访问你的定位吗?","NSLocationAlwaysAndWhenInUseUsageDescription":"中国面条想要使用定位来为您推荐更加精准的面馆信息,您同意我们访问你的定位吗?"}},"plugins":{"payment":{"alipay":{},"weixin":{"appid":"wx24f90adc1d2f4f3d","UniversalLinks":"https://app.chinesenooddles.com/.well-known/"},"appleiap":{}},"ad":{},"maps":{"amap":{"appkey_ios":"39ab1cc4587cc0c5f21f25054c59bb18","appkey_android":"01d25fb8343d7ce5040bc32cb3e5379f"}},"oauth":{"weixin":{"appid":"wx24f90adc1d2f4f3d","appsecret":"e1da139286ef1335fdd36029a2ac7fb5","UniversalLinks":"https://app.chinesenooddles.com/.well-known/"}},"share":{},"audio":{"mp3":{"description":"Android平台录音支持MP3格式文件"}}}},"nativePlugins":{"AThree-Face":{"__plugin_info__":{"name":"Face","description":"人脸核身","platforms":"Android,iOS","url":"","android_package_name":"","ios_bundle_id":"","isCloud":false,"bought":-1,"pid":"","parameters":{}}}},"uniStatistics":{"enable":false},"allowsInlineMediaPlayback":true,"safearea":{"background":"#ffffff","bottom":{"offset":"auto"}},"uni-app":{"compilerVersion":"2.8.3","control":"uni-v3","nvueCompiler":"uni-app","renderer":"auto","nvue":{"flex-direction":"column"},"nvueLaunchMode":"normal"},"tabBar":{"color":"#BDC4CE","selectedColor":"#EE8B27","borderStyle":"rgba(0,0,0,0.4)","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":"个人中心"}],"height":"50px","child":["lauchwebview"],"selected":0},"launch_path":"__uniappview.html"}}
\ No newline at end of file
... ...
{"@platforms":["android","iPhone","iPad"],"id":"__UNI__86EF000","name":"中国面条","version":{"name":"1.1.0","code":134},"description":"中国面条","launch_path":"__uniappview.html","developer":{"name":"","email":"","url":""},"permissions":{"Payment":{},"Maps":{"coordType":"gcj02"},"FaceID":{},"VideoPlayer":{},"Bluetooth":{},"Contacts":{},"Fingerprint":{},"iBeacon":{},"LivePusher":{},"Messaging":{},"OAuth":{},"UniNView":{"description":"UniNView原生渲染"}},"plus":{"useragent":{"value":"uni-app","concatenate":true},"splashscreen":{"target":"id:1","autoclose":true,"waiting":true,"delay":0},"popGesture":"close","launchwebview":{"id":"1","kernel":"WKWebview"},"statusbar":{"immersed":"supportedDevice","style":"dark","background":"#fff"},"usingComponents":true,"nvueCompiler":"uni-app","compatible":{"ignoreVersion":true},"distribute":{"icons":{"android":{"hdpi":"unpackage/res/icons/72x72.png","xhdpi":"unpackage/res/icons/96x96.png","xxhdpi":"unpackage/res/icons/144x144.png","xxxhdpi":"unpackage/res/icons/192x192.png"},"ios":{"appstore":"unpackage/res/icons/1024x1024.png","ipad":{"app":"unpackage/res/icons/76x76.png","app@2x":"unpackage/res/icons/152x152.png","notification":"unpackage/res/icons/20x20.png","notification@2x":"unpackage/res/icons/40x40.png","proapp@2x":"unpackage/res/icons/167x167.png","settings":"unpackage/res/icons/29x29.png","settings@2x":"unpackage/res/icons/58x58.png","spotlight":"unpackage/res/icons/40x40.png","spotlight@2x":"unpackage/res/icons/80x80.png"},"iphone":{"app@2x":"unpackage/res/icons/120x120.png","app@3x":"unpackage/res/icons/180x180.png","notification@2x":"unpackage/res/icons/40x40.png","notification@3x":"unpackage/res/icons/60x60.png","settings@2x":"unpackage/res/icons/58x58.png","settings@3x":"unpackage/res/icons/87x87.png","spotlight@2x":"unpackage/res/icons/80x80.png","spotlight@3x":"unpackage/res/icons/120x120.png"}}},"google":{"permissions":["<uses-feature android:name=\"android.hardware.camera\"/>","<uses-feature android:name=\"android.hardware.camera.autofocus\"/>","<uses-permission android:name=\"android.permission.ACCESS_COARSE_LOCATION\"/>","<uses-permission android:name=\"android.permission.ACCESS_FINE_LOCATION\"/>","<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>","<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>","<uses-permission android:name=\"android.permission.BLUETOOTH\"/>","<uses-permission android:name=\"android.permission.BLUETOOTH_ADMIN\"/>","<uses-permission android:name=\"android.permission.CALL_PHONE\"/>","<uses-permission android:name=\"android.permission.CAMERA\"/>","<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>","<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>","<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>","<uses-permission android:name=\"android.permission.INTERNET\"/>","<uses-permission android:name=\"android.permission.MODIFY_AUDIO_SETTINGS\"/>","<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>","<uses-permission android:name=\"android.permission.READ_CONTACTS\"/>","<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>","<uses-permission android:name=\"android.permission.READ_SMS\"/>","<uses-permission android:name=\"android.permission.RECEIVE_SMS\"/>","<uses-permission android:name=\"android.permission.SEND_SMS\"/>","<uses-permission android:name=\"android.permission.USE_FINGERPRINT\"/>","<uses-permission android:name=\"android.permission.VIBRATE\"/>","<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>","<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>","<uses-permission android:name=\"android.permission.WRITE_SMS\"/>","<uses-permission android:name=\"android.permission.BLUETOOTH\"/>","<uses-permission android:name=\"android.permission.BLUETOOTH_ADMIN\"/>"]},"apple":{"capabilities":{"entitlements":{"com.apple.developer.associated-domains":["applinks:app.chinesenooddles.com"]}},"privacyDescription":{"NSPhotoLibraryUsageDescription":"中国面条想要使用相册来进行用户头像选取,您同意我们访问你的相册吗?","NSPhotoLibraryAddUsageDescription":"中国面条想要使用相册来进行用户头像选取,您同意我们访问你的相册吗?","NSCameraUsageDescription":"中国面条想要使用相机来进行用户头像选取,您同意我们访问你的相机吗?","NSLocationWhenInUseUsageDescription":"中国面条想要使用定位来为您推荐更加精准的面馆信息,您同意我们访问你的定位吗?","NSLocationAlwaysUsageDescription":"中国面条想要使用定位来为您推荐更加精准的面馆信息,您同意我们访问你的定位吗?","NSLocationAlwaysAndWhenInUseUsageDescription":"中国面条想要使用定位来为您推荐更加精准的面馆信息,您同意我们访问你的定位吗?"}},"plugins":{"payment":{"alipay":{},"weixin":{"appid":"wx24f90adc1d2f4f3d","UniversalLinks":"https://app.chinesenooddles.com/.well-known/"},"appleiap":{}},"ad":{},"maps":{"amap":{"appkey_ios":"39ab1cc4587cc0c5f21f25054c59bb18","appkey_android":"01d25fb8343d7ce5040bc32cb3e5379f"}},"oauth":{"weixin":{"appid":"wx24f90adc1d2f4f3d","appsecret":"e1da139286ef1335fdd36029a2ac7fb5","UniversalLinks":"https://app.chinesenooddles.com/.well-known/"}},"share":{},"audio":{"mp3":{"description":"Android平台录音支持MP3格式文件"}}}},"nativePlugins":{"AThree-Face":{"__plugin_info__":{"name":"Face","description":"人脸核身","platforms":"Android,iOS","url":"","android_package_name":"","ios_bundle_id":"","isCloud":false,"bought":-1,"pid":"","parameters":{}}}},"uniStatistics":{"enable":false},"allowsInlineMediaPlayback":true,"safearea":{"background":"#ffffff","bottom":{"offset":"auto"}},"uni-app":{"compilerVersion":"2.8.3","control":"uni-v3","nvueCompiler":"uni-app","renderer":"auto","nvue":{"flex-direction":"column"},"nvueLaunchMode":"normal"},"tabBar":{"color":"#BDC4CE","selectedColor":"#EE8B27","borderStyle":"rgba(0,0,0,0.4)","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":"个人中心"}],"height":"50px","child":["lauchwebview"],"selected":0},"launch_path":"__uniappview.html"}}
\ No newline at end of file
{"@platforms":["android","iPhone","iPad"],"id":"__UNI__86EF000","name":"中国面条","version":{"name":"1.1.2","code":136},"description":"中国面条","launch_path":"__uniappview.html","developer":{"name":"","email":"","url":""},"permissions":{"Payment":{},"Maps":{"coordType":"gcj02"},"FaceID":{},"VideoPlayer":{},"Bluetooth":{},"Contacts":{},"Fingerprint":{},"iBeacon":{},"LivePusher":{},"Messaging":{},"OAuth":{},"UniNView":{"description":"UniNView原生渲染"}},"plus":{"useragent":{"value":"uni-app","concatenate":true},"splashscreen":{"target":"id:1","autoclose":true,"waiting":true,"delay":0},"popGesture":"close","launchwebview":{"id":"1","kernel":"WKWebview"},"statusbar":{"immersed":"supportedDevice","style":"dark","background":"#fff"},"usingComponents":true,"nvueCompiler":"uni-app","compatible":{"ignoreVersion":true},"distribute":{"icons":{"android":{"hdpi":"unpackage/res/icons/72x72.png","xhdpi":"unpackage/res/icons/96x96.png","xxhdpi":"unpackage/res/icons/144x144.png","xxxhdpi":"unpackage/res/icons/192x192.png"},"ios":{"appstore":"unpackage/res/icons/1024x1024.png","ipad":{"app":"unpackage/res/icons/76x76.png","app@2x":"unpackage/res/icons/152x152.png","notification":"unpackage/res/icons/20x20.png","notification@2x":"unpackage/res/icons/40x40.png","proapp@2x":"unpackage/res/icons/167x167.png","settings":"unpackage/res/icons/29x29.png","settings@2x":"unpackage/res/icons/58x58.png","spotlight":"unpackage/res/icons/40x40.png","spotlight@2x":"unpackage/res/icons/80x80.png"},"iphone":{"app@2x":"unpackage/res/icons/120x120.png","app@3x":"unpackage/res/icons/180x180.png","notification@2x":"unpackage/res/icons/40x40.png","notification@3x":"unpackage/res/icons/60x60.png","settings@2x":"unpackage/res/icons/58x58.png","settings@3x":"unpackage/res/icons/87x87.png","spotlight@2x":"unpackage/res/icons/80x80.png","spotlight@3x":"unpackage/res/icons/120x120.png"}}},"google":{"permissions":["<uses-feature android:name=\"android.hardware.camera\"/>","<uses-feature android:name=\"android.hardware.camera.autofocus\"/>","<uses-permission android:name=\"android.permission.ACCESS_COARSE_LOCATION\"/>","<uses-permission android:name=\"android.permission.ACCESS_FINE_LOCATION\"/>","<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>","<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>","<uses-permission android:name=\"android.permission.BLUETOOTH\"/>","<uses-permission android:name=\"android.permission.BLUETOOTH_ADMIN\"/>","<uses-permission android:name=\"android.permission.CALL_PHONE\"/>","<uses-permission android:name=\"android.permission.CAMERA\"/>","<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>","<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>","<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>","<uses-permission android:name=\"android.permission.INTERNET\"/>","<uses-permission android:name=\"android.permission.MODIFY_AUDIO_SETTINGS\"/>","<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>","<uses-permission android:name=\"android.permission.READ_CONTACTS\"/>","<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>","<uses-permission android:name=\"android.permission.READ_SMS\"/>","<uses-permission android:name=\"android.permission.RECEIVE_SMS\"/>","<uses-permission android:name=\"android.permission.SEND_SMS\"/>","<uses-permission android:name=\"android.permission.USE_FINGERPRINT\"/>","<uses-permission android:name=\"android.permission.VIBRATE\"/>","<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>","<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>","<uses-permission android:name=\"android.permission.WRITE_SMS\"/>","<uses-permission android:name=\"android.permission.BLUETOOTH\"/>","<uses-permission android:name=\"android.permission.BLUETOOTH_ADMIN\"/>"]},"apple":{"capabilities":{"entitlements":{"com.apple.developer.associated-domains":["applinks:app.chinesenooddles.com"]}},"privacyDescription":{"NSPhotoLibraryUsageDescription":"中国面条想要使用相册来进行用户头像选取,您同意我们访问你的相册吗?","NSPhotoLibraryAddUsageDescription":"中国面条想要使用相册来进行用户头像选取,您同意我们访问你的相册吗?","NSCameraUsageDescription":"中国面条想要使用相机来进行用户头像选取,您同意我们访问你的相机吗?","NSLocationWhenInUseUsageDescription":"中国面条想要使用定位来为您推荐更加精准的面馆信息,您同意我们访问你的定位吗?","NSLocationAlwaysUsageDescription":"中国面条想要使用定位来为您推荐更加精准的面馆信息,您同意我们访问你的定位吗?","NSLocationAlwaysAndWhenInUseUsageDescription":"中国面条想要使用定位来为您推荐更加精准的面馆信息,您同意我们访问你的定位吗?"}},"plugins":{"payment":{"alipay":{},"weixin":{"appid":"wx24f90adc1d2f4f3d","UniversalLinks":"https://app.chinesenooddles.com/.well-known/"},"appleiap":{}},"ad":{},"maps":{"amap":{"appkey_ios":"39ab1cc4587cc0c5f21f25054c59bb18","appkey_android":"01d25fb8343d7ce5040bc32cb3e5379f"}},"oauth":{"weixin":{"appid":"wx24f90adc1d2f4f3d","appsecret":"e1da139286ef1335fdd36029a2ac7fb5","UniversalLinks":"https://app.chinesenooddles.com/.well-known/"}},"share":{},"audio":{"mp3":{"description":"Android平台录音支持MP3格式文件"}}}},"nativePlugins":{"AThree-Face":{"__plugin_info__":{"name":"Face","description":"人脸核身","platforms":"Android,iOS","url":"","android_package_name":"","ios_bundle_id":"","isCloud":false,"bought":-1,"pid":"","parameters":{}}}},"uniStatistics":{"enable":false},"allowsInlineMediaPlayback":true,"safearea":{"background":"#ffffff","bottom":{"offset":"auto"}},"uni-app":{"compilerVersion":"2.8.3","control":"uni-v3","nvueCompiler":"uni-app","renderer":"auto","nvue":{"flex-direction":"column"},"nvueLaunchMode":"normal"},"tabBar":{"color":"#BDC4CE","selectedColor":"#EE8B27","borderStyle":"rgba(0,0,0,0.4)","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":"个人中心"}],"height":"50px","child":["lauchwebview"],"selected":0},"launch_path":"__uniappview.html"}}
\ No newline at end of file
... ...