切换导航条
此项目
正在载入...
登录
miniprogram
/
zhongmianprogram
·
提交
转到一个项目
GitLab
转到群组
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
lihongjuan
2020-10-28 11:25:30 +0800
提交
c2f5d08342d4e3952da1b322c2157107bfb0a7c5
1 个父辈
c8d523b7
中面
显示空白字符变更
内嵌
并排对比
正在显示
24 个修改的文件
包含
221 行增加
和
180 行删除
App.vue
manifest.json
pages/homepage/homepage.vue
pages/homepage/shoplist.vue
pages/login/loginindex.vue
pages/login/registercode.vue
pages/luntan/luntan.vue
pages/luntan/luntanlist.vue
pages/luntan/luntanpage.vue
pages/nearshop/cartlist.vue
pages/nearshop/nearshop.vue
pages/nearshop/selectcoupon.vue
pages/nearshop/shopdetail.vue
pages/nearshop/sureorder.vue
pages/usercenter/my.vue
pages/usercenter/myOrder.vue
pages/usercenter/myPublish.vue
pages/usercenter/orderdetail.vue
unpackage/dist/build/app-plus/app-service.js
unpackage/dist/build/app-plus/app-view.js
unpackage/dist/build/app-plus/manifest.json
unpackage/dist/dev/app-plus/app-service.js
unpackage/dist/dev/app-plus/app-view.js
unpackage/dist/dev/app-plus/manifest.json
App.vue
查看文件 @
c2f5d08
...
...
@@ -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;
...
...
manifest.json
查看文件 @
c2f5d08
...
...
@@ -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"
:
{
...
...
pages/homepage/homepage.vue
查看文件 @
c2f5d08
...
...
@@ -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>
...
...
pages/homepage/shoplist.vue
查看文件 @
c2f5d08
...
...
@@ -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="
scaleTo
Fill"></image>
<image :src="item.image" mode="
aspect
Fill"></image>
<!-- <view class="sale boxsale">已售{{item.sale}}件</view> -->
</view>
<view class="goodname hidden boxgoodname">{{item.name}}</view>
...
...
pages/login/loginindex.vue
查看文件 @
c2f5d08
...
...
@@ -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;
...
...
pages/login/registercode.vue
查看文件 @
c2f5d08
...
...
@@ -113,9 +113,10 @@
onLoad(options) {
},
methods: {
// 去登录页面
loginlogin(){
uni.
navigate
To({
uni.
redirect
To({
url:'/pages/login/loginindex'
})
},
...
...
pages/luntan/luntan.vue
查看文件 @
c2f5d08
...
...
@@ -373,7 +373,6 @@
page: that.page,
pageNum: 10
}
console.log('参数', params)
app.post(url, params).then((res) => {
console.log('论坛列表', res);
...
...
pages/luntan/luntanlist.vue
查看文件 @
c2f5d08
...
...
@@ -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">
...
...
pages/luntan/luntanpage.vue
查看文件 @
c2f5d08
...
...
@@ -3,7 +3,7 @@
<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>
...
...
@@ -26,7 +26,7 @@
<view v-if="user.label!=undefined">
<view class="type" v-for="(item,index) in user.label" :key="index">
</view>
</view
>
</view>
</view>
</view>
...
...
@@ -99,16 +99,24 @@
page: 1,
personlist: [],
user: '',
mineuserid:'',
mineuserid: '',
type:''
}
},
onLoad(options) {
console.log(options)
this.user_id = options.userid;
this.type=options.type
this.getpersonpage();
},
onUnload() {
uni.$emit('update', {
type: this.type
})
console.log(3734784378)
},
methods: {
hidebanben() {
...
...
@@ -116,9 +124,9 @@
},
mobile(){
mobile()
{
uni.makePhoneCall({
phoneNumber: this.user.mobile
//仅为示例
phoneNumber: this.user.mobile
//仅为示例
});
},
...
...
@@ -131,9 +139,9 @@
}
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)
...
...
@@ -150,12 +158,12 @@
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)
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) => {
...
...
@@ -164,7 +172,7 @@
},
// 关注和取消关注
attentionguan(){
attentionguan()
{
let that = this;
let url = 'forum/attention';
var params = {
...
...
@@ -174,18 +182,18 @@
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 = {
...
...
@@ -195,11 +203,11 @@
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
})
},
...
...
@@ -229,9 +237,9 @@
},
// 论坛详情
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 {
...
...
pages/nearshop/cartlist.vue
查看文件 @
c2f5d08
...
...
@@ -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'>
...
...
pages/nearshop/nearshop.vue
查看文件 @
c2f5d08
...
...
@@ -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:'',
...
...
pages/nearshop/selectcoupon.vue
查看文件 @
c2f5d08
...
...
@@ -92,7 +92,14 @@
selcoupon(item,index){
let that=this
console.log(item);
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({
...
...
pages/nearshop/shopdetail.vue
查看文件 @
c2f5d08
...
...
@@ -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 {
...
...
pages/nearshop/sureorder.vue
查看文件 @
c2f5d08
...
...
@@ -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)
}
...
...
pages/usercenter/my.vue
查看文件 @
c2f5d08
...
...
@@ -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" />
我的分销
...
...
pages/usercenter/myOrder.vue
查看文件 @
c2f5d08
...
...
@@ -80,6 +80,9 @@
if(options.id==''){
this.selindx=''
}
if(options.id){
this.selindx=options.id
}
console.log(this.selindx);
...
...
pages/usercenter/myPublish.vue
查看文件 @
c2f5d08
...
...
@@ -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,66 +147,9 @@
{{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">
<view class="release-content">
...
...
@@ -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()
// }
})
...
...
pages/usercenter/orderdetail.vue
查看文件 @
c2f5d08
...
...
@@ -2,9 +2,9 @@
<view class="content">
<view class="ordercontent">
<view class="sureordertop flextwo">
<view class="sureordertop flextwo"
v-if="postage_type==1"
>
<view class="addresstop"
>
<view class="addresstop">
<view class="addressname flexone">
<view class="sureordername">
{{addresspeople}}
...
...
@@ -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>
...
...
@@ -140,15 +147,23 @@
<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>
...
...
@@ -215,15 +230,24 @@
<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>
...
...
@@ -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) {
...
...
@@ -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)
...
...
@@ -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), //微信、支付宝订单数据
...
...
@@ -682,16 +714,16 @@
}
});
}
else
{
}
else
{
uni.showToast({
title:'支付成功',
icon:'none'
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 {
...
...
unpackage/dist/build/app-plus/app-service.js
查看文件 @
c2f5d08
此 diff 太大无法显示。
unpackage/dist/build/app-plus/app-view.js
查看文件 @
c2f5d08
此 diff 太大无法显示。
unpackage/dist/build/app-plus/manifest.json
查看文件 @
c2f5d08
{
"@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
...
...
unpackage/dist/dev/app-plus/app-service.js
查看文件 @
c2f5d08
此 diff 太大无法显示。
unpackage/dist/dev/app-plus/app-view.js
查看文件 @
c2f5d08
此 diff 太大无法显示。
unpackage/dist/dev/app-plus/manifest.json
查看文件 @
c2f5d08
{
"@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
...
...
请
注册
或
登录
后发表评论