Compare commits
118 Commits
c13d87a07f
...
zmr
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
78169d8cde | ||
|
|
7f0d1063f0 | ||
|
|
c81ee7e961 | ||
| 6864f22576 | |||
| a91fa4708b | |||
| bfffb44fe2 | |||
| 16c2c1fa71 | |||
| 4c8e2ba4b6 | |||
| 96d7ad439a | |||
| 390bda7c0e | |||
| 0ae19c2ddf | |||
|
26cb84748a
|
|||
| c6cd88dc48 | |||
|
a34880e6a6
|
|||
|
3d840a0546
|
|||
| 30539ddf64 | |||
| 51823edb12 | |||
|
e58f571de4
|
|||
| c4821f888f | |||
|
|
69760e6377 | ||
| 080f0c6d86 | |||
| 4e842b127c | |||
| 627cfc4aa0 | |||
| 1e94eb864f | |||
| 64597b26fa | |||
| 05b334fdcb | |||
| dc636e30b7 | |||
| f9950c4a14 | |||
| 5dff8c8d96 | |||
| 35da48a87b | |||
| 5dd4023f97 | |||
| 10957c96d6 | |||
| 86d765d6ba | |||
| bea615253c | |||
| 48f50dbc89 | |||
|
|
891f1b4194 | ||
| fb16e774b8 | |||
|
|
97c95c2024 | ||
|
|
9d8d54cf02 | ||
| 417ec2106e | |||
| 2b1b1f1395 | |||
| 18dd96dec7 | |||
| 6dd010fd42 | |||
|
|
41cda556ce | ||
| 6b4bfee380 | |||
| cb0a6fafa3 | |||
| fd1801de3d | |||
|
418068102c
|
|||
| 72fa854e78 | |||
| 2a382aa0b4 | |||
| bb651df8a0 | |||
|
9c388e898c
|
|||
| 473b96f552 | |||
| 1a2c40955b | |||
| 5291d70c6c | |||
|
f98cdd7937
|
|||
| 60913ab612 | |||
|
|
ee04a8cb08 | ||
| 711eeadc28 | |||
|
8286dbfa58
|
|||
|
cb95d1ead1
|
|||
| f577de11f1 | |||
| 689aecc572 | |||
| 8ba87795b3 | |||
|
|
e51675d2e7 | ||
|
43e09e977d
|
|||
|
|
91927fdc57 | ||
|
|
8f83aeec8e | ||
| d5202c02cc | |||
| 631e8ae3e6 | |||
|
|
b2b740c207 | ||
| 7191b29b44 | |||
|
|
50c790c7fc | ||
| ec8831152e | |||
| 6f5c2d1fc9 | |||
|
9f17c5478c
|
|||
| 41ea8122e6 | |||
| 06ee3b9038 | |||
| 5b763fdb82 | |||
| 31689af773 | |||
| caaea4de62 | |||
| cada935c17 | |||
| 9e9a6dcc5b | |||
| a702558eac | |||
| 2a180ba05f | |||
|
|
2a5e4b89b2 | ||
| fd31d14881 | |||
|
|
aae9f78a91 | ||
|
a39aa6e059
|
|||
| 3e6f7ebf1b | |||
|
35838e3a9e
|
|||
|
d0d034cd7f
|
|||
|
d8a92db5c2
|
|||
| 67a8316666 | |||
|
51d8f6a762
|
|||
| f77b4ebc02 | |||
|
|
b1a705e0f8 | ||
| c14b4338e9 | |||
|
ec3420a026
|
|||
|
aeb62f16ef
|
|||
| b7c9ec2354 | |||
|
9160a98de7
|
|||
| a5962d96df | |||
|
e7932d26ce
|
|||
| 8b98de3d8b | |||
|
c33ccebd25
|
|||
| 1af3d1a003 | |||
|
fb297a74ce
|
|||
| 5a2fc6e94c | |||
|
884bf6945f
|
|||
|
3be650b24e
|
|||
| 9029e3c8ba | |||
|
|
c2346375c8 | ||
| 95c7f10f2d | |||
|
33e8942180
|
|||
|
|
23b2b11bc8 | ||
|
|
21d3201c4b | ||
|
|
9a9276fc94 |
12
App.vue
@@ -20,6 +20,18 @@
|
|||||||
if (this.hasLogin) {
|
if (this.hasLogin) {
|
||||||
this.refreshToken_function();
|
this.refreshToken_function();
|
||||||
}
|
}
|
||||||
|
// #ifdef APP-PLUS
|
||||||
|
//app关闭默认的启动 方法关闭启动图。但是这个时间不能太晚,6s 超时后依旧会主动关闭。
|
||||||
|
setTimeout(()=>{
|
||||||
|
plus.navigator.closeSplashscreen();
|
||||||
|
},3000)
|
||||||
|
// #endif
|
||||||
|
},
|
||||||
|
onShow(){
|
||||||
|
|
||||||
|
},
|
||||||
|
onHide(){
|
||||||
|
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
...mapMutations(['loginIn']),
|
...mapMutations(['loginIn']),
|
||||||
|
|||||||
@@ -196,9 +196,9 @@ export default {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
// 商品搜索
|
// 商品搜索
|
||||||
ShopSearch({keyword, page = 1, order = 'goods_salenum'}){
|
ShopSearch({keyword, page = 1, order = 'goods_salenum',sid=''}){
|
||||||
return vm.$u.post('ShopSearch/search',{
|
return vm.$u.post('ShopSearch/search',{
|
||||||
keyword,page,order
|
keyword,page,order,store_id:sid
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
// 秒杀推荐
|
// 秒杀推荐
|
||||||
@@ -271,12 +271,13 @@ export default {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
// 我的优惠券(已有的)
|
// 我的优惠券(已有的)
|
||||||
getMemberCouponList({ store_id, gc_id, type, status }) {
|
getMemberCouponList({ store_id, gc_id, type, status, page }) {
|
||||||
return vm.$u.post('Coupon/getMemberCouponList', {
|
return vm.$u.post('Coupon/getMemberCouponList', {
|
||||||
store_id: store_id,
|
store_id: store_id,
|
||||||
gc_id: gc_id,
|
gc_id: gc_id,
|
||||||
type: type,
|
type: type,
|
||||||
status: status,
|
status: status,
|
||||||
|
page: page,
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
// 获取直播列表
|
// 获取直播列表
|
||||||
@@ -359,6 +360,10 @@ export default {
|
|||||||
isNewmembervoucher() {
|
isNewmembervoucher() {
|
||||||
return vm.$u.post('Coupon/isNewmembervoucher')
|
return vm.$u.post('Coupon/isNewmembervoucher')
|
||||||
},
|
},
|
||||||
|
//待发货退款
|
||||||
|
addrefundall({order_id,reason_info}) {
|
||||||
|
return vm.$u.post('order/add_refund_all',{order_id,reason_info})
|
||||||
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -242,6 +242,10 @@ export default {
|
|||||||
if(type > 0) Object.assign(params, {type: type});
|
if(type > 0) Object.assign(params, {type: type});
|
||||||
return vm.$u.post('Order/orderList', params);
|
return vm.$u.post('Order/orderList', params);
|
||||||
},
|
},
|
||||||
|
// 各种订单数量
|
||||||
|
getOrderNumber() {
|
||||||
|
return vm.$u.post('order/orderNumber');
|
||||||
|
},
|
||||||
// 售后列表
|
// 售后列表
|
||||||
// getAfterSaleList({ page }) {
|
// getAfterSaleList({ page }) {
|
||||||
// return vm.$u.post('order/afterSaleList', { page: page });
|
// return vm.$u.post('order/afterSaleList', { page: page });
|
||||||
@@ -353,6 +357,12 @@ export default {
|
|||||||
code: code,
|
code: code,
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
// 获取可送洗商品
|
||||||
|
getSendOrderList({ page }) {
|
||||||
|
return vm.$u.post('member/getSendOrderList', {
|
||||||
|
page: page,
|
||||||
|
});
|
||||||
|
},
|
||||||
// 送洗列表-平台订单 实体店订单
|
// 送洗列表-平台订单 实体店订单
|
||||||
sendLaundryOrderList({ type, page }) {
|
sendLaundryOrderList({ type, page }) {
|
||||||
return vm.$u.post('member/sendLaundryOrderList', {
|
return vm.$u.post('member/sendLaundryOrderList', {
|
||||||
@@ -421,7 +431,7 @@ export default {
|
|||||||
couponGoodsList({ voucher_id, page, order }) {
|
couponGoodsList({ voucher_id, page, order }) {
|
||||||
return vm.$u.post('Coupon/couponGoodsList', {
|
return vm.$u.post('Coupon/couponGoodsList', {
|
||||||
page: page,
|
page: page,
|
||||||
voucher_id: voucher_id,
|
vouchertemplate_id: voucher_id,
|
||||||
order: order,
|
order: order,
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ var md5 = require("../static/js/md5.min.js")
|
|||||||
const install = (Vue, vm) => {
|
const install = (Vue, vm) => {
|
||||||
// 此为自定义配置参数,具体参数见上方说明
|
// 此为自定义配置参数,具体参数见上方说明
|
||||||
Vue.prototype.$u.http.setConfig({
|
Vue.prototype.$u.http.setConfig({
|
||||||
baseUrl: 'https://dmmall.sdbairui.com/api',
|
baseUrl: 'https://mall.dmygkeji.com/api',
|
||||||
loadingText: '努力加载中~',
|
loadingText: '努力加载中~',
|
||||||
loadingTime: 800,
|
loadingTime: 800,
|
||||||
originalData: true
|
originalData: true
|
||||||
@@ -47,6 +47,10 @@ const install = (Vue, vm) => {
|
|||||||
// 假设201为token失效,这里跳转登录
|
// 假设201为token失效,这里跳转登录
|
||||||
// vm.$u.toast('您还没有登录哦,请先去登录!');
|
// vm.$u.toast('您还没有登录哦,请先去登录!');
|
||||||
if (res.data.data.action != "memberinfo") {
|
if (res.data.data.action != "memberinfo") {
|
||||||
|
uni.showToast({
|
||||||
|
title: "您还没有登录,请先去登录哦!",
|
||||||
|
icon: "none"
|
||||||
|
})
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
// 此为uView的方法,详见路由相关文档
|
// 此为uView的方法,详见路由相关文档
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
|
|||||||
@@ -20,6 +20,7 @@ const store = new Vuex.Store({
|
|||||||
token: "", // 储存token
|
token: "", // 储存token
|
||||||
showLoginModel: false, // 登录框
|
showLoginModel: false, // 登录框
|
||||||
question: {}, // 帮助与反馈
|
question: {}, // 帮助与反馈
|
||||||
|
showCoupons: true, // 是否显示新人领取优惠券
|
||||||
},
|
},
|
||||||
getters: {
|
getters: {
|
||||||
getOrderAddress(state) {
|
getOrderAddress(state) {
|
||||||
@@ -79,6 +80,9 @@ const store = new Vuex.Store({
|
|||||||
},
|
},
|
||||||
setQuestion(state, question) {
|
setQuestion(state, question) {
|
||||||
state.question = question;
|
state.question = question;
|
||||||
|
},
|
||||||
|
updateShowCoupons(state, status) {
|
||||||
|
state.showCoupons = status;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
<view class="text">{{ content.geval_content }}</view>
|
<view class="text">{{ content.geval_content }}</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="image-container">
|
<view class="image-container">
|
||||||
<image :src="src" v-for="(src, index) in content.geval_image" :key="index"></image>
|
<image :src="src" v-for="(src, index) in content.geval_image" :key="index" @click="previewImage(content.geval_image)"></image>
|
||||||
</view>
|
</view>
|
||||||
<view class="reply" v-if="reply && content.geval_explain">
|
<view class="reply" v-if="reply && content.geval_explain">
|
||||||
<view class="title">掌柜回复:</view>
|
<view class="title">掌柜回复:</view>
|
||||||
@@ -39,6 +39,14 @@ export default {
|
|||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
if(this.content.hasOwnProperty('scores_two')) this.rate = this.content.scores_two;
|
if(this.content.hasOwnProperty('scores_two')) this.rate = this.content.scores_two;
|
||||||
|
},
|
||||||
|
methods: {
|
||||||
|
previewImage(urls) {
|
||||||
|
console.log(urls);
|
||||||
|
// uni.previewImage({
|
||||||
|
// urls: urls,
|
||||||
|
// });
|
||||||
|
},
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -2,8 +2,11 @@
|
|||||||
<view class="video-item" v-if="item" @click="toDetailsPage(item.article_id,item.video_path)">
|
<view class="video-item" v-if="item" @click="toDetailsPage(item.article_id,item.video_path)">
|
||||||
<image class="head" :src="item.article_pic" v-if="item.type == 1" ></image>
|
<image class="head" :src="item.article_pic" v-if="item.type == 1" ></image>
|
||||||
<view class="header_fist" v-else>
|
<view class="header_fist" v-else>
|
||||||
<view class="backes"></view>
|
<view class="backes">
|
||||||
<image class="head" :src="item.article_pic" ></image>
|
<u-icon name="play-circle-fill" color="#ffffff" size="20"></u-icon>
|
||||||
|
<text>视频</text>
|
||||||
|
</view>
|
||||||
|
<image class="head" :src="item.article_pic" mode="aspectFill"></image>
|
||||||
</view>
|
</view>
|
||||||
<view class="title" v-if="">{{ item.article_title }}</view>
|
<view class="title" v-if="">{{ item.article_title }}</view>
|
||||||
<view class="jianjie">{{ item.article_content }}</view>
|
<view class="jianjie">{{ item.article_content }}</view>
|
||||||
@@ -12,7 +15,7 @@
|
|||||||
<image :src="item.member_avatar"></image>
|
<image :src="item.member_avatar"></image>
|
||||||
<text>{{ item.member_nickname }}</text>
|
<text>{{ item.member_nickname }}</text>
|
||||||
</view>
|
</view>
|
||||||
<image src="/static/image/common/4.png" @click.stop="showAction"></image>
|
<image class="img-imp" src="/static/image/common/4.png" @click.stop="showAction"></image>
|
||||||
<view class="action" v-if="show == item.article_id">
|
<view class="action" v-if="show == item.article_id">
|
||||||
<view class="bubble">
|
<view class="bubble">
|
||||||
<view @click.stop="articleLike">
|
<view @click.stop="articleLike">
|
||||||
@@ -100,8 +103,9 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
>image{
|
>image{
|
||||||
width: 37rpx;
|
width: 35rpx;
|
||||||
height: 8rpx;
|
height: 8rpx;
|
||||||
|
padding: 20rpx;
|
||||||
}
|
}
|
||||||
.action {
|
.action {
|
||||||
z-index: 19;
|
z-index: 19;
|
||||||
@@ -172,11 +176,22 @@
|
|||||||
.header_fist{
|
.header_fist{
|
||||||
position: relative;
|
position: relative;
|
||||||
.backes{
|
.backes{
|
||||||
|
z-index: 99;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
display: flex;
|
||||||
width: 100%;
|
align-items: center;
|
||||||
height: 100%;
|
justify-content: space-around;
|
||||||
|
top: 10rpx;
|
||||||
|
left: 10rpx;
|
||||||
|
width: 80rpx;
|
||||||
|
height: 30rpx;
|
||||||
|
padding: 0 10rpx;
|
||||||
|
border-radius: 30rpx;
|
||||||
|
background-color: rgba(0,0,0,0.5);
|
||||||
|
& > text {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
font-size: 18rpx;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -242,6 +257,8 @@ export default {
|
|||||||
if(res.errCode == 0) {
|
if(res.errCode == 0) {
|
||||||
this.$u.toast(res.message);
|
this.$u.toast(res.message);
|
||||||
this.$emit("updateList");
|
this.$emit("updateList");
|
||||||
|
} else {
|
||||||
|
this.$u.toast(res.message);
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="notice">
|
<view class="notice" :style="{height : height + 'px'}">
|
||||||
<view v-for="(item,index) in notice" :key="index" @click="gotoInfo(index)">
|
<view v-for="(item,index) in notice" :key="index" @click="gotoInfo(index)">
|
||||||
<view class="time_notice">{{ item.addtime }}</view>
|
<view class="time_notice">{{ item.addtime }}</view>
|
||||||
<view class="notice_view">
|
<view class="notice_view">
|
||||||
@@ -36,6 +36,7 @@
|
|||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
line-height: 40rpx;
|
line-height: 40rpx;
|
||||||
|
letter-spacing: 2rpx;
|
||||||
}
|
}
|
||||||
.notice_view > view:nth-child(3){
|
.notice_view > view:nth-child(3){
|
||||||
height: 84rpx;
|
height: 84rpx;
|
||||||
@@ -77,7 +78,8 @@
|
|||||||
props: ['list'],
|
props: ['list'],
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
notice : []
|
notice : [],
|
||||||
|
height : ''
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
@@ -86,6 +88,8 @@
|
|||||||
this.notice = newVal;
|
this.notice = newVal;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
onLoad() {
|
||||||
|
},
|
||||||
methods: {
|
methods: {
|
||||||
gotoInfo(index) {
|
gotoInfo(index) {
|
||||||
console.log(index);
|
console.log(index);
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="order-btn" v-if="[1, 2, 3, 4, 8, 11].indexOf(order.view_type) >= 0">
|
<view class="order-btn" v-if="[1, 2, 3, 4, 8, 11].indexOf(order.view_type) >= 0">
|
||||||
<!-- || order.view_type == 2 -->
|
<!-- || order.view_type == 2 -->
|
||||||
<view class="cancel" v-if="(order.view_type == 3) && order.is_refund == 1" @click="toOtherPage('RefundOrder')">申请退款</view>
|
<view class="cancel" v-if="(order.view_type == 3 || order.view_type == 2) && order.is_refund == 1" @click="toOtherPage('RefundOrder')">申请退款</view>
|
||||||
<view class="cancel" v-if="order.view_type == 3 && order.shipping_code" @click="toOtherPage('Logistics')">查看物流</view>
|
<view class="cancel" v-if="order.view_type == 3 && order.shipping_code" @click="toOtherPage('Logistics')">查看物流</view>
|
||||||
<view class="logistics" v-if="order.view_type == 3" @click="confirmReceive">确认收货</view>
|
<view class="logistics" v-if="order.view_type == 3" @click="confirmReceive">确认收货</view>
|
||||||
<view class="comment" v-if="order.view_type == 4" @click="toOtherPage('Comment')">立即评价</view>
|
<view class="comment" v-if="order.view_type == 4" @click="toOtherPage('Comment')">立即评价</view>
|
||||||
@@ -46,14 +46,13 @@ import common from '@/static/js/common.js';
|
|||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
state: '',
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
props: {
|
props: {
|
||||||
order: Object
|
order: Object
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
this.viewState();
|
// this.viewState();
|
||||||
},
|
},
|
||||||
filters: {
|
filters: {
|
||||||
concatSpec(value) {
|
concatSpec(value) {
|
||||||
@@ -68,7 +67,48 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
viewState() {
|
|
||||||
|
cancelOrder() {
|
||||||
|
this.$u.api.cancelOrder({
|
||||||
|
order_id: this.order.order_id,
|
||||||
|
}).then(res => {
|
||||||
|
if(res.errCode == 0) {
|
||||||
|
this.$emit("refreshOrderList");
|
||||||
|
}
|
||||||
|
this.$u.toast(res.message);
|
||||||
|
})
|
||||||
|
},
|
||||||
|
confirmReceive() {
|
||||||
|
this.$u.api.confirmReceive({
|
||||||
|
order_id: this.order.order_id,
|
||||||
|
}).then(res => {
|
||||||
|
if(res.errCode == 0) {
|
||||||
|
this.$emit("refreshOrderList");
|
||||||
|
}
|
||||||
|
this.$u.toast(res.message);
|
||||||
|
})
|
||||||
|
},
|
||||||
|
toOtherPage(url) {
|
||||||
|
this.$u.route('/pageE/order/' + url, {
|
||||||
|
oid: this.order.order_id,
|
||||||
|
type:this.order.view_type
|
||||||
|
});
|
||||||
|
},
|
||||||
|
payNow(pay_sn, order_amount, id) {
|
||||||
|
this.$u.route('/pageC/cart/cashier', {
|
||||||
|
pay_sn: pay_sn,
|
||||||
|
price: order_amount,
|
||||||
|
order_id: id
|
||||||
|
});
|
||||||
|
},
|
||||||
|
makePhone(phone) {
|
||||||
|
uni.makePhoneCall({
|
||||||
|
phoneNumber: phone
|
||||||
|
});
|
||||||
|
}
|
||||||
|
},
|
||||||
|
computed:{
|
||||||
|
state() {
|
||||||
let state;
|
let state;
|
||||||
// console.log(this.order.view_type);
|
// console.log(this.order.view_type);
|
||||||
switch (this.order.view_type) {
|
switch (this.order.view_type) {
|
||||||
@@ -106,46 +146,9 @@ export default {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
// console.log(state);
|
// console.log(state);
|
||||||
this.state = state;
|
return state;
|
||||||
},
|
},
|
||||||
cancelOrder() {
|
|
||||||
this.$u.api.cancelOrder({
|
|
||||||
order_id: this.order.order_id,
|
|
||||||
}).then(res => {
|
|
||||||
if(res.errCode == 0) {
|
|
||||||
this.$emit("refreshOrderList");
|
|
||||||
}
|
}
|
||||||
this.$u.toast(res.message);
|
|
||||||
})
|
|
||||||
},
|
|
||||||
confirmReceive() {
|
|
||||||
this.$u.api.confirmReceive({
|
|
||||||
order_id: this.order.order_id,
|
|
||||||
}).then(res => {
|
|
||||||
if(res.errCode == 0) {
|
|
||||||
this.$emit("refreshOrderList");
|
|
||||||
}
|
|
||||||
this.$u.toast(res.message);
|
|
||||||
})
|
|
||||||
},
|
|
||||||
toOtherPage(url) {
|
|
||||||
this.$u.route('/pageE/order/' + url, {
|
|
||||||
oid: this.order.order_id,
|
|
||||||
});
|
|
||||||
},
|
|
||||||
payNow(pay_sn, order_amount, id) {
|
|
||||||
this.$u.route('/pageC/cart/cashier', {
|
|
||||||
pay_sn: pay_sn,
|
|
||||||
price: order_amount,
|
|
||||||
order_id: id
|
|
||||||
});
|
|
||||||
},
|
|
||||||
makePhone(phone) {
|
|
||||||
uni.makePhoneCall({
|
|
||||||
phoneNumber: phone
|
|
||||||
});
|
|
||||||
}
|
|
||||||
},
|
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
|||||||
@@ -8,13 +8,12 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="label">
|
<view class="label">
|
||||||
<!-- <u-tabs-swiper ref="group" :list="classifyList" name="gc_name" :is-scroll="true" active-color="#FF780F" :current="current" font-size="24" :show-bar="false" @change="tabsChange" height="60"></u-tabs-swiper> -->
|
|
||||||
<u-tabs :list="classifyList" name="gc_name" :is-scroll="true" :current="current" @change="tabsChange" active-color="#FF780F" :show-bar="false" height="60" font-size="24" inactive-color="#333333"></u-tabs>
|
<u-tabs :list="classifyList" name="gc_name" :is-scroll="true" :current="current" @change="tabsChange" active-color="#FF780F" :show-bar="false" height="60" font-size="24" inactive-color="#333333"></u-tabs>
|
||||||
</view>
|
</view>
|
||||||
<swiper :current="swiperCurrent" @animationfinish="animationfinish" style="height: 340rpx;">
|
<swiper :current="swiperCurrent" @animationfinish="animationfinish" style="height: 340rpx;">
|
||||||
<swiper-item class="swiper-item list" v-for="(_, i) in classifyList" :key="i">
|
<swiper-item class="swiper-item list" v-for="(_, i) in classifyList" :key="i">
|
||||||
<!-- 最多显示3个 -->
|
<!-- 最多显示3个 -->
|
||||||
<view v-if="groupList[i]">
|
<view v-if="groupList[i]" class="group-container">
|
||||||
<sitem :info="info" v-for="(info, index) in groupList[i].slice(0, 3)" :key="index"></sitem>
|
<sitem :info="info" v-for="(info, index) in groupList[i].slice(0, 3)" :key="index"></sitem>
|
||||||
</view>
|
</view>
|
||||||
<u-empty text="暂无拼团商品" mode="list" color="#000" v-if="!groupList[i] || !groupList[i].length" style="margin: 0 auto;"></u-empty>
|
<u-empty text="暂无拼团商品" mode="list" color="#000" v-if="!groupList[i] || !groupList[i].length" style="margin: 0 auto;"></u-empty>
|
||||||
@@ -62,7 +61,7 @@ export default {
|
|||||||
gc_id: id,
|
gc_id: id,
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
this.groupList[this.current] = res.data;
|
this.groupList[this.current] = res.data;
|
||||||
// console.log(this.groupList);
|
console.log(this.groupList);
|
||||||
this.$forceUpdate();
|
this.$forceUpdate();
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
@@ -106,6 +105,7 @@ export default {
|
|||||||
.list {
|
.list {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding: 0 30rpx;
|
padding: 0 30rpx;
|
||||||
|
.group-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
> view {
|
> view {
|
||||||
&:not(:nth-child(3n)) {
|
&:not(:nth-child(3n)) {
|
||||||
@@ -114,4 +114,5 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
@@ -3,8 +3,8 @@
|
|||||||
<image class="head" :src="info.pintuan_image" mode="widthFix"></image>
|
<image class="head" :src="info.pintuan_image" mode="widthFix"></image>
|
||||||
<text class="title u-line-1">{{ info.pintuan_goods_name }}</text>
|
<text class="title u-line-1">{{ info.pintuan_goods_name }}</text>
|
||||||
<view class="price">
|
<view class="price">
|
||||||
<view>¥{{ info.pintuan_goods_price }}</view>
|
<view class="value">¥{{ info.pintuan_goods_price }}</view>
|
||||||
<view>立即拼团</view>
|
<view class="btn">立即拼团</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
@@ -61,18 +61,22 @@ export default {
|
|||||||
margin-top: 10rpx;
|
margin-top: 10rpx;
|
||||||
}
|
}
|
||||||
.price{
|
.price{
|
||||||
// display: flex;
|
display: flex;
|
||||||
// align-items: center;
|
// align-items: center;
|
||||||
// justify-content: space-between;
|
// align-content: flex-end;
|
||||||
margin-top: 10rpx;
|
justify-content: space-between;
|
||||||
> view:first-child{
|
margin-top: 16rpx;
|
||||||
|
.value {
|
||||||
font-size: 26rpx;
|
font-size: 26rpx;
|
||||||
color: #FF3131;
|
color: #FF3131;
|
||||||
margin-bottom: 12rpx;
|
// margin-bottom: 12rpx;
|
||||||
}
|
}
|
||||||
> view:last-child{
|
.btn {
|
||||||
font-size: 22rpx;
|
font-size: 22rpx;
|
||||||
|
height: 22rpx;
|
||||||
color: #FDD360;
|
color: #FDD360;
|
||||||
|
text-align: end;
|
||||||
|
// margin-top:8rpx;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
<view class="list">
|
<view class="list">
|
||||||
<view class="top">商品推荐</view>
|
<view class="top">商品推荐</view>
|
||||||
<view>
|
<view>
|
||||||
<!-- <u-tabs-swiper ref="uTabs" :list="classifyList" name="gc_name" :is-scroll="true" active-color="#FF780F" :current="current" font-size="26" :show-bar="false" @change="tabsChange" height="60"></u-tabs-swiper> -->
|
|
||||||
<u-tabs :list="classifyList" name="gc_name" :is-scroll="true" :current="current" @change="tabsChange" active-color="#FF780F" :show-bar="false" height="60" font-size="24" inactive-color="#333333"></u-tabs>
|
<u-tabs :list="classifyList" name="gc_name" :is-scroll="true" :current="current" @change="tabsChange" active-color="#FF780F" :show-bar="false" height="60" font-size="24" inactive-color="#333333"></u-tabs>
|
||||||
</view>
|
</view>
|
||||||
<swiper class="swiper-box" :current="swiperCurrent" @animationfinish="animationfinish" :style="{height: swiperHeight}">
|
<swiper class="swiper-box" :current="swiperCurrent" @animationfinish="animationfinish" :style="{height: swiperHeight}">
|
||||||
@@ -49,7 +48,7 @@ export default {
|
|||||||
this.getGoodsClassRecommend();
|
this.getGoodsClassRecommend();
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
loadMore(page) {
|
loadMore() {
|
||||||
if(!this.timer) return false;
|
if(!this.timer) return false;
|
||||||
this.loadStatus = "loading";
|
this.loadStatus = "loading";
|
||||||
this.page++;
|
this.page++;
|
||||||
@@ -72,6 +71,7 @@ export default {
|
|||||||
},
|
},
|
||||||
getGoodsClassRecommend() {
|
getGoodsClassRecommend() {
|
||||||
this.$u.api.getGoodsClassRecommend().then(res => {
|
this.$u.api.getGoodsClassRecommend().then(res => {
|
||||||
|
console.log(res)
|
||||||
if (res.errCode == 0) {
|
if (res.errCode == 0) {
|
||||||
// 初始化 current
|
// 初始化 current
|
||||||
this.current = 0;
|
this.current = 0;
|
||||||
@@ -97,7 +97,7 @@ export default {
|
|||||||
},
|
},
|
||||||
setSwiperHeight() {
|
setSwiperHeight() {
|
||||||
// height: 480rpx, margin-bottom: 26rpx
|
// height: 480rpx, margin-bottom: 26rpx
|
||||||
const height = Math.ceil(this.goodsList[this.current].length / 2) * (480 + 26);
|
const height = Math.ceil(this.goodsList[this.current].length / 2) * (450 + 26);
|
||||||
this.swiperHeight = height == 0 ? '230rpx' : height + 'rpx';
|
this.swiperHeight = height == 0 ? '230rpx' : height + 'rpx';
|
||||||
// console.log(this.swiperHeight);
|
// console.log(this.swiperHeight);
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<view class="info">
|
<view class="info">
|
||||||
<text class="title u-line-2">{{ info.goods_name }}</text>
|
<text class="title u-line-2">{{ info.goods_name }}</text>
|
||||||
<!-- <text class="jianjie u-line-1">{{ info.goods_advword }}</text> -->
|
<!-- <text class="jianjie u-line-1">{{ info.goods_advword }}</text> -->
|
||||||
<text class="price">¥{{ info.goods_price }}</text>
|
<text class="price">¥{{ info.goods_price }}<text style="font-size:22rpx;color:#999;text-decoration:line-through;display: inline-block;margin-left:20rpx"> ¥{{info.goods_marketprice}}</text></text>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
@@ -44,14 +44,14 @@ export default {
|
|||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.item{
|
.item{
|
||||||
width: 330rpx;
|
width: 330rpx;
|
||||||
height: 480rpx;
|
height: 450rpx;
|
||||||
margin-bottom: 26rpx;
|
margin-bottom: 26rpx;
|
||||||
background-color: #f8f8f8;
|
background-color: #f8f8f8;
|
||||||
border-radius: 10rpx 10rpx 0rpx 0rpx;
|
border-radius: 10rpx 10rpx 0rpx 0rpx;
|
||||||
.img{
|
.img{
|
||||||
width: 330rpx;
|
width: 330rpx;
|
||||||
height: 300rpx;
|
height: 300rpx;
|
||||||
background: rgba(245,245,245,1);
|
background: rgb(114, 110, 110);
|
||||||
border-radius: 10rpx 10rpx 0rpx 0rpx;
|
border-radius: 10rpx 10rpx 0rpx 0rpx;
|
||||||
margin-bottom: 24rpx;
|
margin-bottom: 24rpx;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,8 +10,8 @@
|
|||||||
<view class="connect">
|
<view class="connect">
|
||||||
<view class="user">
|
<view class="user">
|
||||||
<view class="avatar">
|
<view class="avatar">
|
||||||
<image :src="info.member_avatar[0]"></image>
|
<image src="/static/image/common/32.png"></image>
|
||||||
<image :src="info.member_avatar[1]"></image>
|
<image src="/static/image/common/31.png"></image>
|
||||||
</view>
|
</view>
|
||||||
<view class="num">{{ info.pintuan_limit_number }}人团</view>
|
<view class="num">{{ info.pintuan_limit_number }}人团</view>
|
||||||
</view>
|
</view>
|
||||||
@@ -91,7 +91,7 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.connect{
|
.connect{
|
||||||
padding:10rpx 30rpx 30rpx;
|
padding:10rpx 0 30rpx;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
.user {
|
.user {
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="next" @click="viewMore">
|
<view class="next" @click="viewMore">
|
||||||
<text>查看更多</text>
|
<text>查看更多</text>
|
||||||
<u-icon name="arrow-right" color="#999" size="18"></u-icon>
|
<u-icon name="arrow-right" color="#999" size="22"></u-icon>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="list">
|
<view class="list">
|
||||||
@@ -82,7 +82,7 @@ export default {
|
|||||||
background-color: #000;
|
background-color: #000;
|
||||||
}
|
}
|
||||||
.mah {
|
.mah {
|
||||||
vertical-align: text-top;
|
color: #999999;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,26 +1,26 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="special">
|
<view class="special">
|
||||||
<view v-if="type == 'spike'">
|
<view v-if="type == 'spike'" @click="spikeGoods">
|
||||||
<image :src="item.groupbuy_image1" @click="spikeGoods"></image>
|
<image :src="item.groupbuy_image1" mode="aspectFill"></image>
|
||||||
<view class="right">
|
<view class="right">
|
||||||
<view class="name u-line-1" @click="spikeGoods">{{ item.goods_name }}</view>
|
<view class="name u-line-1">{{ item.goods_name }}</view>
|
||||||
<view class="price">
|
<view class="price">
|
||||||
<view class="groupbuy-price">¥{{ item.groupbuy_price }}</view>
|
<view class="groupbuy-price">¥{{ item.groupbuy_price }}</view>
|
||||||
<view class="goods-price">¥{{ item.goods_price }}</view>
|
<view class="goods-price">¥{{ item.goods_price }}</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="buy">
|
<view class="buy">
|
||||||
<view class="num">剩余{{ item.inventory }}件</view>
|
<view class="num">剩余{{ item.inventory }}件</view>
|
||||||
<view class="btn" @click="spikeGoods">立即购买</view>
|
<view class="btn">立即购买</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view v-if="type == 'group'">
|
<view v-if="type == 'group'" @click="toDetailsPage">
|
||||||
<image :src="item.pintuan_image" @click="toDetailsPage"></image>
|
<image :src="item.pintuan_image"></image>
|
||||||
<view class="right">
|
<view class="right">
|
||||||
<view class="name u-line-1" @click="toDetailsPage">{{ item.pintuan_goods_name }}</view>
|
<view class="name u-line-1">{{ item.pintuan_goods_name }}</view>
|
||||||
<view class="price group">
|
<view class="price group">
|
||||||
<view class="groupbuy-price">¥{{ item.pintuan_goods_price }}</view>
|
<view class="groupbuy-price">¥{{ item.pintuan_goods_price }}</view>
|
||||||
<view class="btn" @click="toDetailsPage">立即拼团</view>
|
<view class="btn">立即拼团</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
@@ -2,11 +2,12 @@
|
|||||||
<view class="coupon-swiper">
|
<view class="coupon-swiper">
|
||||||
<view class="top">
|
<view class="top">
|
||||||
<view class="title">全部优惠券</view>
|
<view class="title">全部优惠券</view>
|
||||||
<view class="view-more" @click="toCouponPage">查看更多></view>
|
<view class="view-more" @click="toCouponPage">
|
||||||
|
<text>查看更多</text>
|
||||||
|
<u-icon name="arrow-right" color="#999" size="22"></u-icon>
|
||||||
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<!-- <u-tabs-swiper ref="coupon" :list="couponGroupList" name="gc_name" :is-scroll="true" active-color="#FF780F" :current="couponCurrent" font-size="24" :show-bar="false" @change="couponTabsChange" height="60" ></u-tabs-swiper> -->
|
|
||||||
<u-tabs :list="couponGroupList" name="gc_name" :is-scroll="true" :current="couponCurrent" @change="couponTabsChange" active-color="#FF780F" :show-bar="false" height="60" font-size="24" inactive-color="#333333"></u-tabs>
|
<u-tabs :list="couponGroupList" name="gc_name" :is-scroll="true" :current="couponCurrent" @change="couponTabsChange" active-color="#FF780F" :show-bar="false" height="60" font-size="24" inactive-color="#333333"></u-tabs>
|
||||||
<!-- :style="{ height: swiperHeight }" -->
|
|
||||||
<swiper class="box" :current="swiperCouponCurrent" @animationfinish="couponAnimationFinish" :style="{height: swiperHeight}">
|
<swiper class="box" :current="swiperCouponCurrent" @animationfinish="couponAnimationFinish" :style="{height: swiperHeight}">
|
||||||
<swiper-item class="swiper-coupon-item" v-for="(_, i) in couponGroupList" :key="i">
|
<swiper-item class="swiper-coupon-item" v-for="(_, i) in couponGroupList" :key="i">
|
||||||
<!-- 最多显示四个 -->
|
<!-- 最多显示四个 -->
|
||||||
@@ -114,6 +115,8 @@ export default {
|
|||||||
.view-more {
|
.view-more {
|
||||||
font-size: 20rpx;
|
font-size: 20rpx;
|
||||||
color: rgba(153,153,153,1);
|
color: rgba(153,153,153,1);
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.box {
|
.box {
|
||||||
|
|||||||
@@ -11,8 +11,8 @@
|
|||||||
"nvueCompiler" : "uni-app",
|
"nvueCompiler" : "uni-app",
|
||||||
"compilerVersion" : 3,
|
"compilerVersion" : 3,
|
||||||
"splashscreen" : {
|
"splashscreen" : {
|
||||||
"alwaysShowBeforeRender" : true,
|
"alwaysShowBeforeRender" : false,
|
||||||
"waiting" : true,
|
"waiting" : false,
|
||||||
"autoclose" : true,
|
"autoclose" : true,
|
||||||
"delay" : 0
|
"delay" : 0
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -3,32 +3,28 @@
|
|||||||
<view>
|
<view>
|
||||||
<view class="login">
|
<view class="login">
|
||||||
<view class="content">
|
<view class="content">
|
||||||
<view class="title">手机登录</view>
|
<view class="title">请绑定手机号</view>
|
||||||
<view class="labales">
|
<view class="labales">
|
||||||
<text>手机号</text>
|
<input type="number" maxlength="11" v-model="phone" placeholder="手机号" />
|
||||||
<input type="tel" placeholder="" />
|
|
||||||
</view>
|
</view>
|
||||||
<view class="labales">
|
<view class="labales flex-inp">
|
||||||
<text>请输入验证码</text>
|
<input type="number" maxlength="6" placeholder="请输入验证码" v-model="sms_code" />
|
||||||
<input type="tel" placeholder="" />
|
<u-button id="btn" class="identifying" :hair-line="false" hover-class="none" :class="is_sendcode ? 'sended' : ''" @click="getCode" :disabled="is_sendcode">{{ is_sendcode ? time_count + "后可以重新发送" : "发送验证码" }}</u-button>
|
||||||
<text class="identifying">获取验证码</text>
|
|
||||||
</view>
|
</view>
|
||||||
<!-- 服务协议 -->
|
<!-- 服务协议 -->
|
||||||
<view class="pact">
|
<view class="pact">
|
||||||
<view></view>
|
<checkbox-group @change="change">
|
||||||
|
<checkbox class="check-tit" color="#1ADE00" :checked="checked" />
|
||||||
|
</checkbox-group>
|
||||||
<text>我已详细阅读并同意</text>
|
<text>我已详细阅读并同意</text>
|
||||||
<text class="pact_text">《用户协议》</text>
|
<text class="pact_text" v-for="(item,index) in pactList" :key="index" @click="infoPact(index)">
|
||||||
<text class="pact_text">《隐私协议》</text>
|
{{ item }}
|
||||||
<text class="pact_text">《使用协议》</text>
|
</text>
|
||||||
<u-checkbox-group @change="checkboxGroupChange" size="27">
|
|
||||||
<u-checkbox @change="checkboxChange" v-model="item.checked" v-for="(item, index) in list" :key="index" :name="item.name"
|
|
||||||
shape="circle" size="14" active-color="#19BE6B"></u-checkbox>
|
|
||||||
</u-checkbox-group>
|
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<!-- denglu QQ weixin -->
|
<!-- denglu QQ weixin -->
|
||||||
<u-button>{{login}}</u-button>
|
<view class="btn-login" @click="bindPhone">{{login}}</view>
|
||||||
|
<u-toast ref="uToast" />
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
@@ -36,80 +32,150 @@
|
|||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
list: [{
|
phone: "",
|
||||||
|
sms_code: "",
|
||||||
|
login: '绑定',
|
||||||
|
show: true,
|
||||||
checked: false,
|
checked: false,
|
||||||
disabled: false
|
// 时间
|
||||||
}],
|
timer: null,
|
||||||
value: '',
|
is_sendcode: false, // 60s
|
||||||
login: '注册',
|
time_count: 60,
|
||||||
show: true
|
pactList: [ "《用户协议》", "《隐私协议》", "《使用协议》" ],
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
// 选中某个复选框时,由checkbox时触发
|
// 勾选协议
|
||||||
checkboxChange(e) {
|
change(e) {
|
||||||
//console.log(e);
|
this.checked = !this.checked;
|
||||||
|
console.log(this.checked);
|
||||||
},
|
},
|
||||||
// 选中任一checkbox时,由checkbox-group触发
|
// 获取验证码
|
||||||
checkboxGroupChange(e) {
|
getCode() {
|
||||||
// console.log(e);
|
if (this.$u.test.isEmpty(this.phone)) {
|
||||||
|
this.$refs.uToast.show({
|
||||||
|
title: '手机号格式不能为空!',
|
||||||
|
type: 'error',
|
||||||
|
})
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
if(!(/^1[3456789]\d{9}$/.test(this.phone))){
|
||||||
|
this.$refs.uToast.show({
|
||||||
|
title: '手机号格式不正确!',
|
||||||
|
type: 'warning',
|
||||||
|
})
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
this.$u.api.sendSmsCode({
|
||||||
|
member_mobile: this.phone,
|
||||||
|
smslog_type: 4,
|
||||||
|
}).then(res => {
|
||||||
|
if (res.errCode == 0) {
|
||||||
|
console.log(res);
|
||||||
|
this.$refs.uToast.show({
|
||||||
|
title: res.message,
|
||||||
|
type: 'success',
|
||||||
|
})
|
||||||
|
// 发送验证码
|
||||||
|
this.getSendCode();
|
||||||
|
} else {
|
||||||
|
this.$refs.uToast.show({
|
||||||
|
title: res.message,
|
||||||
|
type: 'warning',
|
||||||
|
})
|
||||||
|
}
|
||||||
|
})
|
||||||
},
|
},
|
||||||
mask_u(){
|
// 绑定手机号
|
||||||
this.show = !this.show
|
bindPhone() {
|
||||||
|
if (this.$u.test.isEmpty(this.phone)) {
|
||||||
|
this.$refs.uToast.show({
|
||||||
|
title: '手机号不能为空!',
|
||||||
|
type: 'error',
|
||||||
|
})
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
if(!(/^1[3456789]\d{9}$/.test(this.phone))){
|
||||||
|
this.$refs.uToast.show({
|
||||||
|
title: '手机号格式不正确!',
|
||||||
|
type: 'warning',
|
||||||
|
})
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
if(this.$u.test.isEmpty(this.sms_code)){
|
||||||
|
this.$refs.uToast.show({
|
||||||
|
title: '验证码不能为空!',
|
||||||
|
type: 'warning',
|
||||||
|
})
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
if(this.sms_code.length == 0){
|
||||||
|
this.$refs.uToast.show({
|
||||||
|
title: '验证码有误!',
|
||||||
|
type: 'warning',
|
||||||
|
})
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
if(!this.checked){
|
||||||
|
this.$refs.uToast.show({
|
||||||
|
title: '请同意协议!',
|
||||||
|
type: 'warning',
|
||||||
|
})
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
this.$u.api.mobileBind({
|
||||||
|
member_mobile: this.phone,
|
||||||
|
sms_code: this.sms_code,
|
||||||
|
}).then(res => {
|
||||||
|
console.log(res);
|
||||||
|
if (res.errCode == 0) {
|
||||||
|
this.$refs.uToast.show({
|
||||||
|
title: res.message,
|
||||||
|
type: 'success',
|
||||||
|
})
|
||||||
|
uni.navigateTo({
|
||||||
|
url: '/pageA/topick/topick'
|
||||||
|
});
|
||||||
|
} else {
|
||||||
|
this.$refs.uToast.show({
|
||||||
|
title: res.message,
|
||||||
|
type: 'warning',
|
||||||
|
})
|
||||||
|
}
|
||||||
|
})
|
||||||
|
},
|
||||||
|
// 协议详情
|
||||||
|
infoPact(index) {
|
||||||
|
// console.log(index);
|
||||||
|
uni.navigateTo({
|
||||||
|
url: '/pageA/pactList/pactList?index=' + index
|
||||||
|
});
|
||||||
|
},
|
||||||
|
// 60s
|
||||||
|
getSendCode() {
|
||||||
|
const TIME_COUNT = 60;
|
||||||
|
if (!this.timer) {
|
||||||
|
this.time_count = TIME_COUNT;
|
||||||
|
this.is_sendcode = true;
|
||||||
|
this.timer = setInterval(() => {
|
||||||
|
if (this.time_count > 0 && this.time_count <= TIME_COUNT) {
|
||||||
|
this.time_count--;
|
||||||
|
} else {
|
||||||
|
this.is_sendcode = false;
|
||||||
|
clearInterval(this.timer);
|
||||||
|
this.timer = null;
|
||||||
|
}
|
||||||
|
}, 1000);
|
||||||
|
}
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.uni-page-wrapper{
|
|
||||||
background: #fff;
|
|
||||||
}
|
|
||||||
.login {
|
|
||||||
// background: url(../../static/pageA/loginbackground.png) no-repeat!important;
|
|
||||||
.images {
|
|
||||||
position: fixed;
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
top: 0;
|
|
||||||
left: 0;
|
|
||||||
z-index: -1;
|
|
||||||
}
|
|
||||||
|
|
||||||
.backes {
|
page {
|
||||||
background: rgba(0, 0, 0, 0.4);
|
background-color: #fff;
|
||||||
position: fixed;
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
z-index: -1;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
text {
|
|
||||||
z-index: 9;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.more_Login {
|
|
||||||
overflow: hidden;
|
|
||||||
zoom: 1;
|
|
||||||
width: 630rpx;
|
|
||||||
margin: 0 auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.more_Login text {
|
|
||||||
display: inline-block;
|
|
||||||
width: 50%;
|
|
||||||
float: left;
|
|
||||||
font-size: 30rpx;
|
|
||||||
color: rgba(255, 255, 255, 1);
|
|
||||||
line-height: 36px;
|
|
||||||
margin: 97rpx 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.more_Login .other {
|
|
||||||
text-align: right;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
@@ -125,162 +191,86 @@
|
|||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding-top: 130rpx;
|
padding-top: 130rpx;
|
||||||
|
|
||||||
|
.labales {
|
||||||
|
position: relative;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
padding: 20rpx;
|
||||||
|
border-bottom: 1px #BFBFBF solid;
|
||||||
|
input {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.flex-inp {
|
||||||
|
justify-content: space-between;
|
||||||
|
margin-top: 70rpx;
|
||||||
|
}
|
||||||
|
|
||||||
.labales text {
|
.labales text {
|
||||||
font-size: 30rpx;
|
font-size: 30rpx;
|
||||||
color: #999;
|
color: #999;
|
||||||
}
|
}
|
||||||
|
|
||||||
.labales {
|
|
||||||
border-bottom: 1px #BFBFBF solid;
|
|
||||||
margin-bottom: 90rpx;
|
|
||||||
}
|
|
||||||
|
|
||||||
.labales {
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
.identifying {
|
.identifying {
|
||||||
position: absolute;
|
flex-shrink: 0;
|
||||||
right: 0;
|
font-size: 26rpx;
|
||||||
top: 0;
|
|
||||||
bottom: 0;
|
|
||||||
margin: auto;
|
|
||||||
font-size: 30rpx;
|
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
color: #FF780F !important;
|
color: #FF780F !important;
|
||||||
}
|
border: none;
|
||||||
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pact text {
|
.sended {
|
||||||
|
color: #666 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.pact {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
margin: 20rpx 0;
|
||||||
|
&>text {
|
||||||
font-size: 22rpx;
|
font-size: 22rpx;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
color: #333;
|
color: #333;
|
||||||
line-height: 36px;
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.check-tit {
|
||||||
|
font-size: 20rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
::v-deep uni-checkbox .uni-checkbox-input {
|
||||||
|
width: 24rpx;
|
||||||
|
height: 24rpx;
|
||||||
|
border-color: #d1d1d1 !important;
|
||||||
|
border-radius: 50% !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
::v-deep uni-checkbox .uni-checkbox-input-checked:before {
|
||||||
|
font-size: 28rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pact_text {
|
.pact_text {
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
color: rgba(129, 188, 253, 1) !important;
|
color: rgba(129, 188, 253, 1) !important;
|
||||||
line-height: 36px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//单选框的样式
|
.btn-login {
|
||||||
.pact {
|
width: 650rpx;
|
||||||
position: relative;
|
height: 90rpx;
|
||||||
padding-left: 38rpx;
|
margin: 300rpx auto 0;
|
||||||
}
|
|
||||||
|
|
||||||
.u-checkbox-group {
|
|
||||||
position: absolute;
|
|
||||||
left: 0;
|
|
||||||
top: 0;
|
|
||||||
bottom: 0;
|
|
||||||
margin: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.u-checkbox__icon--square {
|
|
||||||
border-radius: 50rpx !important;
|
|
||||||
width: 22rpx;
|
|
||||||
height: 22rpx;
|
|
||||||
}
|
|
||||||
|
|
||||||
.u-btn {
|
|
||||||
width: 628rpx;
|
|
||||||
height: 98rpx;
|
|
||||||
background: rgba(255, 120, 15, 1) !important;
|
|
||||||
border-radius: 49rpx;
|
|
||||||
margin: 0 auto;
|
|
||||||
font-size: 36rpx;
|
|
||||||
color: rgba(255, 255, 255, 1) !important;
|
|
||||||
line-height: 36px;
|
|
||||||
border: 1px #ff780f solid;
|
|
||||||
outline: none;
|
|
||||||
border-color: rgba(255, 120, 15, 1) !important;
|
|
||||||
margin-top: 225rpx;
|
|
||||||
}
|
|
||||||
|
|
||||||
.warp {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
height: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rect {
|
|
||||||
width: 558rpx;
|
|
||||||
height: 300rpx;
|
|
||||||
background-color: #fff;
|
|
||||||
border-radius: 20rpx;
|
|
||||||
overflow: hidden;
|
|
||||||
zoom: 1;
|
|
||||||
position: relative;
|
|
||||||
display: flex;
|
|
||||||
flex-wrap:wrap;
|
|
||||||
display: -webkit-flex; /* Safari */
|
|
||||||
.rect_view{
|
|
||||||
width: 100rpx;
|
|
||||||
height: 100rpx;
|
|
||||||
.image{
|
|
||||||
width: 45rpx;
|
|
||||||
height: 53rpx;
|
|
||||||
display: inline-block;
|
|
||||||
|
|
||||||
}
|
|
||||||
flex:1;
|
|
||||||
margin-top: 77rpx;
|
|
||||||
}
|
|
||||||
.rect_view:nth-child(2) image{
|
|
||||||
width: 57rpx;
|
|
||||||
height: 45rpx;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rect_butoon{
|
|
||||||
width: 100%;
|
|
||||||
position: absolute;
|
|
||||||
bottom: 0;
|
|
||||||
height: 85rpx;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 85rpx;
|
line-height: 90rpx;
|
||||||
border-top: 1px #999999 solid;
|
color: #fff;
|
||||||
|
font-size: 34rpx;
|
||||||
|
border-radius: 50rpx !important;
|
||||||
|
background-color: #FF780F;
|
||||||
}
|
}
|
||||||
view{
|
|
||||||
color: #666;
|
|
||||||
font-size:24rpx;
|
|
||||||
margin-top: 30rpx;
|
|
||||||
|
|
||||||
}
|
button::after{ border: none; }
|
||||||
}
|
|
||||||
.rect_view:nth-child(1) image,.rect_view:nth-child(1) view{
|
|
||||||
float: right;
|
|
||||||
}
|
|
||||||
.rect_view:nth-child(1) image{
|
|
||||||
margin-right: 20rpx;
|
|
||||||
}
|
|
||||||
.rect_view:nth-child(1){
|
|
||||||
position: relative;
|
|
||||||
margin-right: 79rpx;
|
|
||||||
}
|
|
||||||
.rect_view:nth-child(1) view{
|
|
||||||
position: absolute;
|
|
||||||
bottom: 0;
|
|
||||||
right: 0;
|
|
||||||
}
|
|
||||||
.rect_view:nth-child(2) image,.rect_view:nth-child(2) view{
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
.rect_view:nth-child(2) image{
|
|
||||||
margin-left: 20rpx;
|
|
||||||
}
|
|
||||||
.rect_view:nth-child(2){
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
.rect_view:nth-child(2) view{
|
|
||||||
position: absolute;
|
|
||||||
bottom: 0;
|
|
||||||
left: 0;
|
|
||||||
}
|
|
||||||
u-button{
|
|
||||||
margin-top: 225rpx;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -61,6 +61,7 @@
|
|||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
|
import IMService from '@/static/imservice.js'
|
||||||
import identifying from '@/components/logininput/identifying'
|
import identifying from '@/components/logininput/identifying'
|
||||||
import {
|
import {
|
||||||
mapMutations
|
mapMutations
|
||||||
@@ -107,6 +108,8 @@
|
|||||||
let pages = getCurrentPages();
|
let pages = getCurrentPages();
|
||||||
let prePage = pages[pages.length - 2];
|
let prePage = pages[pages.length - 2];
|
||||||
this.temp_url = prePage.route;
|
this.temp_url = prePage.route;
|
||||||
|
console.log(this.imService.lianjie)
|
||||||
|
this.imService.disconnect()
|
||||||
// console.log(this.temp_url);
|
// console.log(this.temp_url);
|
||||||
},
|
},
|
||||||
// 切断正常返回
|
// 切断正常返回
|
||||||
@@ -181,6 +184,7 @@
|
|||||||
me.loginIn(res.data.token); //存储一个字符传值
|
me.loginIn(res.data.token); //存储一个字符传值
|
||||||
// 缓存用户的信息
|
// 缓存用户的信息
|
||||||
uni.setStorageSync('user_info',res.data);
|
uni.setStorageSync('user_info',res.data);
|
||||||
|
this.imService.disconnect()
|
||||||
if (res.data.member.has_labels) {
|
if (res.data.member.has_labels) {
|
||||||
uni.switchTab({
|
uni.switchTab({
|
||||||
url: '/pages/index/index'
|
url: '/pages/index/index'
|
||||||
@@ -226,14 +230,20 @@
|
|||||||
member_nickname: data.userInfo.nickName,
|
member_nickname: data.userInfo.nickName,
|
||||||
member_avatar: data.userInfo.avatarUrl,
|
member_avatar: data.userInfo.avatarUrl,
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
console.log(res.errCode);
|
|
||||||
if (res.errCode == 0) {
|
if (res.errCode == 0) {
|
||||||
this.loginIn(res.data.token);
|
this.loginIn(res.data.token);
|
||||||
uni.setStorageSync('user_info',res.data);
|
uni.setStorageSync('user_info',res.data);
|
||||||
this.show = false;
|
this.show = false;
|
||||||
|
console.log(res.data.member.member_mobilebind);
|
||||||
|
if(res.data.member.member_mobilebind) {
|
||||||
uni.switchTab({
|
uni.switchTab({
|
||||||
url: "../../pages/index/index"
|
url: "/pages/index/index"
|
||||||
})
|
});
|
||||||
|
} else {
|
||||||
|
uni.navigateTo({
|
||||||
|
url: '/pageA/bindinges/bindinges'
|
||||||
|
});
|
||||||
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
@@ -247,11 +257,11 @@
|
|||||||
uni.login({
|
uni.login({
|
||||||
provider: 'weixin',
|
provider: 'weixin',
|
||||||
success: (wxres) => {
|
success: (wxres) => {
|
||||||
console.log(wxres);
|
// console.log(wxres);
|
||||||
uni.getUserInfo({
|
uni.getUserInfo({
|
||||||
provider: 'weixin',
|
provider: 'weixin',
|
||||||
success: (data) => {
|
success: (data) => {
|
||||||
console.log(data);
|
// console.log(data);
|
||||||
this.$u.api.wechatLogin({
|
this.$u.api.wechatLogin({
|
||||||
member_wxopenid: data.userInfo.openId,
|
member_wxopenid: data.userInfo.openId,
|
||||||
member_nickname: data.userInfo.nickName,
|
member_nickname: data.userInfo.nickName,
|
||||||
@@ -262,9 +272,16 @@
|
|||||||
this.loginIn(res.data.token);
|
this.loginIn(res.data.token);
|
||||||
uni.setStorageSync('user_info',res.data);
|
uni.setStorageSync('user_info',res.data);
|
||||||
this.show = false;
|
this.show = false;
|
||||||
|
console.log(res.data.member.member_mobilebind);
|
||||||
|
if(res.data.member.member_mobilebind) {
|
||||||
uni.switchTab({
|
uni.switchTab({
|
||||||
url: "../../pages/index/index"
|
url: "/pages/index/index"
|
||||||
})
|
});
|
||||||
|
} else {
|
||||||
|
uni.navigateTo({
|
||||||
|
url: '/pageA/bindinges/bindinges'
|
||||||
|
});
|
||||||
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -69,16 +69,15 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.packlist{}
|
|
||||||
.packlist > view{
|
.packlist > view{
|
||||||
width: 90%;
|
width: 90%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding: 16upx 0;
|
padding: 16upx 0;
|
||||||
font-size: 26upx;
|
font-size: 30upx;
|
||||||
color: #333;
|
color: #333;
|
||||||
}
|
}
|
||||||
.rict_type {
|
.rict_type {
|
||||||
text-indent: 1rem;
|
text-indent: 1rem;
|
||||||
line-height: 1.2;
|
line-height: 1.4;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -86,7 +86,7 @@ export default {
|
|||||||
this.evalueList = [];
|
this.evalueList = [];
|
||||||
}
|
}
|
||||||
return res.data.length;
|
return res.data.length;
|
||||||
}
|
},
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="userinfo" @click="stopClick()">
|
<view class="userinfo" @click="stopClick()">
|
||||||
<view class="userhead">
|
<view class="userhead">
|
||||||
<image class="avatar" :src="item.member_avatar"></image>
|
<image class="avatar" :src="item.member_avatar" @click="gotoInfo(item.role,item.member_id,item.store_id)"></image>
|
||||||
<!-- <text class="follow" @click="following(item.member_id)">{{ is_follow ? "✓" : "+" }}</text> -->
|
<!-- <text class="follow" @click="following(item.member_id)">{{ is_follow ? "✓" : "+" }}</text> -->
|
||||||
<image class="follow" :src=" !is_follow ? '../../static/image/userinfo/follow.png' : '../../static/image/userinfo/followed.png' " mode="" @click="following(item.member_id)"></image>
|
<image class="follow" :src=" !is_follow ? '../../static/image/userinfo/follow.png' : '../../static/image/userinfo/followed.png' " mode="" @click="following(item.member_id)"></image>
|
||||||
</view>
|
</view>
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
<text class="operat-span">{{ comment_num }}</text>
|
<text class="operat-span">{{ comment_num }}</text>
|
||||||
</view>
|
</view>
|
||||||
<!-- 购物车 -->
|
<!-- 购物车 -->
|
||||||
<view class="operat gouwu">
|
<view class="operat gouwu" v-if="cart_num">
|
||||||
<image class="operat-img" :src=" is_cart ? '../../static/image/userinfo/gouwuche1.png' : '../../static/image/userinfo/gouwuche.png' "
|
<image class="operat-img" :src=" is_cart ? '../../static/image/userinfo/gouwuche1.png' : '../../static/image/userinfo/gouwuche.png' "
|
||||||
mode="" @click="carting()"></image>
|
mode="" @click="carting()"></image>
|
||||||
</view>
|
</view>
|
||||||
@@ -75,13 +75,14 @@
|
|||||||
/* #endif */
|
/* #endif */
|
||||||
align-items: center;
|
align-items: center;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
padding: 0 30rpx;
|
// padding: 0 30rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.operat-span {
|
.operat-span {
|
||||||
margin-top: 10rpx;
|
margin-top: 10rpx;
|
||||||
font-size: 28rpx;
|
font-size: 28rpx;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
text-shadow: 0px 0px 4rpx #999999;
|
||||||
}
|
}
|
||||||
|
|
||||||
.operat-img {
|
.operat-img {
|
||||||
@@ -100,18 +101,20 @@
|
|||||||
is_collect: this.list.is_collect || false,
|
is_collect: this.list.is_collect || false,
|
||||||
is_content: false,
|
is_content: false,
|
||||||
is_cart: false,
|
is_cart: false,
|
||||||
|
cart_num: 0,
|
||||||
comment_num: this.list.comment_num || 0,
|
comment_num: this.list.comment_num || 0,
|
||||||
item: this.list || {}
|
item: this.list || {},
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
list(newValue, old) {
|
list(newValue, old) {
|
||||||
// console.log(newValue);
|
// console.log(newValue.goods.length);
|
||||||
this.item = newValue || {};
|
this.item = newValue || {};
|
||||||
this.is_follow = this.list.is_attention || false;
|
this.is_follow = this.list.is_attention || false;
|
||||||
this.is_like = this.list.is_like || false;
|
this.is_like = this.list.is_like || false;
|
||||||
this.is_collect = this.list.is_collect || false;
|
this.is_collect = this.list.is_collect || false;
|
||||||
this.comment_num = this.list.comment_num || 0;
|
this.comment_num = this.list.comment_num || 0;
|
||||||
|
this.cart_num = newValue.goods.length;
|
||||||
},
|
},
|
||||||
cart(newValue, old) {
|
cart(newValue, old) {
|
||||||
// console.log(newValue);
|
// console.log(newValue);
|
||||||
@@ -132,7 +135,7 @@
|
|||||||
// 关注
|
// 关注
|
||||||
following(id) {
|
following(id) {
|
||||||
uni.request({
|
uni.request({
|
||||||
url: "https://dmmall.sdbairui.com/api/member/attentionMember",
|
url: "https://mall.dmygkeji.com/api/member/attentionMember",
|
||||||
method: "POST",
|
method: "POST",
|
||||||
data: {
|
data: {
|
||||||
member_id: id
|
member_id: id
|
||||||
@@ -161,7 +164,7 @@
|
|||||||
likeType(id) {
|
likeType(id) {
|
||||||
// console.log(id);
|
// console.log(id);
|
||||||
uni.request({
|
uni.request({
|
||||||
url: "https://dmmall.sdbairui.com/api/article/articleLike",
|
url: "https://mall.dmygkeji.com/api/article/articleLike",
|
||||||
method: "POST",
|
method: "POST",
|
||||||
data: {
|
data: {
|
||||||
article_id: id
|
article_id: id
|
||||||
@@ -192,7 +195,7 @@
|
|||||||
// 收藏
|
// 收藏
|
||||||
collecting(id) {
|
collecting(id) {
|
||||||
uni.request({
|
uni.request({
|
||||||
url: "https://dmmall.sdbairui.com/api/article/articleCollect",
|
url: "https://mall.dmygkeji.com/api/article/articleCollect",
|
||||||
method: "POST",
|
method: "POST",
|
||||||
data: {
|
data: {
|
||||||
article_id: id
|
article_id: id
|
||||||
@@ -238,6 +241,17 @@
|
|||||||
cart: this.is_cart
|
cart: this.is_cart
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
gotoInfo(type,id,s_id) {
|
||||||
|
if (type == 2) {
|
||||||
|
uni.navigateTo({
|
||||||
|
url: "/pageC/merchant/index?id=" + s_id
|
||||||
|
})
|
||||||
|
} else {
|
||||||
|
uni.navigateTo({
|
||||||
|
url: "/pageB/details/index?id=" + id
|
||||||
|
})
|
||||||
|
}
|
||||||
|
},
|
||||||
// 冒泡
|
// 冒泡
|
||||||
stopClick() {
|
stopClick() {
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -45,6 +45,7 @@
|
|||||||
<view>我们有万能穿搭公式</view>
|
<view>我们有万能穿搭公式</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
<u-toast ref="uToast" />
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
@@ -60,8 +61,14 @@ export default {
|
|||||||
methods: {
|
methods: {
|
||||||
exchangeCoupon() {
|
exchangeCoupon() {
|
||||||
this.$u.api.getCoupon({ id: 1 }).then(res => {
|
this.$u.api.getCoupon({ id: 1 }).then(res => {
|
||||||
|
if(res.errCode == 0) {
|
||||||
|
this.$refs.uToast.show({
|
||||||
|
title: res.message,
|
||||||
|
url: '/pageE/tool/MineCoupon'
|
||||||
|
})
|
||||||
|
} else {
|
||||||
this.$u.toast(res.message);
|
this.$u.toast(res.message);
|
||||||
if(res.errCode == 0) {}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,7 +19,8 @@
|
|||||||
<view class="box">
|
<view class="box">
|
||||||
<videoItem v-for="item in listInfo" :key="item.article_id" :item="item"
|
<videoItem v-for="item in listInfo" :key="item.article_id" :item="item"
|
||||||
@getArticlelist="getArticlelist"></videoItem>
|
@getArticlelist="getArticlelist"></videoItem>
|
||||||
<view class="no-data" v-show="!listInfo && page">暂无数据</view>
|
<view class="no-data" v-if="!listInfo && page">暂无数据</view>
|
||||||
|
<u-loadmore v-else class="load-size" color="#999999" :status="status" icon-type="iconType" margin-top="50" margin-bottom="50" :load-text="loadText" />
|
||||||
</view>
|
</view>
|
||||||
</scroll-view>
|
</scroll-view>
|
||||||
</view>
|
</view>
|
||||||
@@ -75,6 +76,13 @@ export default {
|
|||||||
listInfo: [], // 列表详情
|
listInfo: [], // 列表详情
|
||||||
member_id: 0,
|
member_id: 0,
|
||||||
page: 1,
|
page: 1,
|
||||||
|
status: 'loadmore',
|
||||||
|
iconType: 'circle',
|
||||||
|
loadText: {
|
||||||
|
loadmore: '轻轻上拉',
|
||||||
|
loading: '努力加载中',
|
||||||
|
nomore: '实在没有了'
|
||||||
|
},
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
onLoad(option) {
|
onLoad(option) {
|
||||||
@@ -84,6 +92,10 @@ export default {
|
|||||||
this.getArticlelist();
|
this.getArticlelist();
|
||||||
|
|
||||||
},
|
},
|
||||||
|
onReachBottom() {
|
||||||
|
// this.page++;
|
||||||
|
this.getArticlelist();
|
||||||
|
},
|
||||||
methods:{
|
methods:{
|
||||||
// 获取信息
|
// 获取信息
|
||||||
getUserInfo(id) {
|
getUserInfo(id) {
|
||||||
@@ -107,13 +119,23 @@ export default {
|
|||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res.errCode == 0) {
|
if (res.errCode == 0) {
|
||||||
// console.log(res);
|
// console.log(res);
|
||||||
this.listInfo = res.data.list;
|
// this.listInfo = res.data.list;
|
||||||
// console.log(this.listInfo);
|
// console.log(this.listInfo);
|
||||||
|
if (this.page == 1) {
|
||||||
|
this.listInfo = res.data.list;
|
||||||
|
this.status = "loadmore";
|
||||||
|
} else if (res.data.length == 0) {
|
||||||
|
this.status = "nomore";
|
||||||
|
} else {
|
||||||
|
this.listInfo = this.listInfo.concat(res.data.list);
|
||||||
|
}
|
||||||
|
this.page++;
|
||||||
} else {
|
} else {
|
||||||
console.log(res.message);
|
console.log(res.message);
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
||||||
dianji(a){
|
dianji(a){
|
||||||
console.log(a);
|
console.log(a);
|
||||||
if(typeof a == "object"){
|
if(typeof a == "object"){
|
||||||
@@ -121,8 +143,14 @@ export default {
|
|||||||
}else{
|
}else{
|
||||||
this.num = a
|
this.num = a
|
||||||
}
|
}
|
||||||
|
if (a == 0) {
|
||||||
|
this.page = 1;
|
||||||
|
this.getArticlelist();
|
||||||
|
} else if (a == 1) {
|
||||||
|
this.page = 1;
|
||||||
this.getArticlelist();
|
this.getArticlelist();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
</script>
|
</script>
|
||||||
@@ -158,17 +158,21 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
.label {
|
.label {
|
||||||
padding: 6rpx 10rpx;
|
height: 40rpx;
|
||||||
margin: 0 10rpx 10rpx 0;
|
padding: 4rpx 14rpx;
|
||||||
font-size: 24rpx;
|
margin-right: 10rpx;
|
||||||
|
margin-bottom: 10rpx;
|
||||||
|
font-size: 26rpx;
|
||||||
|
text-align: center;
|
||||||
|
line-height: 38rpx;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
border-radius: 6rpx;
|
border-radius: 10rpx;
|
||||||
background-color: #000000;
|
background-color: rgba(0, 0, 0, .6);
|
||||||
opacity: 0.5;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.userinfo{
|
.userinfo{
|
||||||
|
z-index: 9999;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 30rpx;
|
right: 30rpx;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
@@ -335,6 +339,7 @@
|
|||||||
color: #333;
|
color: #333;
|
||||||
font-size: 28rpx;
|
font-size: 28rpx;
|
||||||
.title {
|
.title {
|
||||||
|
line-height: 40rpx;
|
||||||
}
|
}
|
||||||
.name {
|
.name {
|
||||||
width: 500rpx;
|
width: 500rpx;
|
||||||
@@ -345,6 +350,8 @@
|
|||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
-webkit-box-orient: vertical;
|
-webkit-box-orient: vertical;
|
||||||
-webkit-line-clamp: 2;
|
-webkit-line-clamp: 2;
|
||||||
|
margin:8rpx 0;
|
||||||
|
line-height:36rpx;
|
||||||
}
|
}
|
||||||
.price {
|
.price {
|
||||||
color: #FF3131;
|
color: #FF3131;
|
||||||
@@ -543,8 +550,8 @@ export default {
|
|||||||
reply_id: this.reply_id,
|
reply_id: this.reply_id,
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
// console.log(res.data);
|
// console.log(res.data);
|
||||||
if (res.errCode == 0) {
|
|
||||||
this.send_value = "";
|
this.send_value = "";
|
||||||
|
if (res.errCode == 0) {
|
||||||
this.comment_num = res.data.num;
|
this.comment_num = res.data.num;
|
||||||
// console.log(this.comment_num);
|
// console.log(this.comment_num);
|
||||||
this.is_edit = false;
|
this.is_edit = false;
|
||||||
|
|||||||
@@ -29,6 +29,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="pic" v-else-if="type == 1">
|
<view class="pic" v-else-if="type == 1">
|
||||||
<text>¥{{ goodsInfo.goods_price || '0.00' }}</text>
|
<text>¥{{ goodsInfo.goods_price || '0.00' }}</text>
|
||||||
|
<s>¥{{ goodsInfo.goods_marketprice || '0.00' }}</s>
|
||||||
</view>
|
</view>
|
||||||
<view class="collect" @click="switchCollect(goodsInfo.is_collect)">
|
<view class="collect" @click="switchCollect(goodsInfo.is_collect)">
|
||||||
<u-icon name="star-fill" color="#FF7807" size="28" v-if="goodsInfo.is_collect == 1"></u-icon>
|
<u-icon name="star-fill" color="#FF7807" size="28" v-if="goodsInfo.is_collect == 1"></u-icon>
|
||||||
@@ -129,7 +130,7 @@
|
|||||||
<view class="head">
|
<view class="head">
|
||||||
<image class="image" :src="goodsInfo.goods_image"></image>
|
<image class="image" :src="goodsInfo.goods_image"></image>
|
||||||
<view class="info">
|
<view class="info">
|
||||||
<text class="u-line-2">{{goodsInfo.goods_name}}</text>
|
<view class="goods-name u-line-2">{{goodsInfo.goods_name}}</view>
|
||||||
<text v-if="type == 1">¥{{ goodsInfo.goods_price }}</text>
|
<text v-if="type == 1">¥{{ goodsInfo.goods_price }}</text>
|
||||||
<text v-else-if="type == 2">¥{{ goodsInfo.pintuan_price }}</text>
|
<text v-else-if="type == 2">¥{{ goodsInfo.pintuan_price }}</text>
|
||||||
<text v-else-if="type == 3">¥{{ groupbuyInfo.groupbuy_price }}</text>
|
<text v-else-if="type == 3">¥{{ groupbuyInfo.groupbuy_price }}</text>
|
||||||
@@ -1157,7 +1158,7 @@ export default {
|
|||||||
height: 98rpx;
|
height: 98rpx;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
bottom:0;
|
bottom:0;
|
||||||
border-top: 1rpx solid #ececec;
|
// border-top: 1rpx solid #ececec;
|
||||||
z-index: 10076;
|
z-index: 10076;
|
||||||
.navs{
|
.navs{
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -1206,7 +1207,9 @@ export default {
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
margin-left: 27rpx;
|
margin-left: 27rpx;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
>text:first-child{
|
.goods-name {
|
||||||
|
height: 76rpx;
|
||||||
|
line-height: 38rpx;
|
||||||
font-size: 28rpx;
|
font-size: 28rpx;
|
||||||
color: #333;
|
color: #333;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -16,10 +16,15 @@ export default {
|
|||||||
type: '', // 1 商家达人社区 2 商品
|
type: '', // 1 商家达人社区 2 商品
|
||||||
keyword: "",
|
keyword: "",
|
||||||
searchwordlist: [],
|
searchwordlist: [],
|
||||||
|
sid:0
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// type: 1 商品 2: 其他
|
// type: 1 商品 2: 其他
|
||||||
onLoad(option) {
|
onLoad(option) {
|
||||||
|
console.log(option.id)
|
||||||
|
if(option.id != undefined || option.id){
|
||||||
|
this.sid = option.id
|
||||||
|
}
|
||||||
this.type = option.type;
|
this.type = option.type;
|
||||||
this.curent = option.curent || 0
|
this.curent = option.curent || 0
|
||||||
this.getWordList();
|
this.getWordList();
|
||||||
@@ -75,6 +80,10 @@ export default {
|
|||||||
params: params,
|
params: params,
|
||||||
})
|
})
|
||||||
}else{
|
}else{
|
||||||
|
if(this.sid !=0 ){
|
||||||
|
params.sid = this.sid
|
||||||
|
console.log(this.sid)
|
||||||
|
}
|
||||||
this.$u.route({
|
this.$u.route({
|
||||||
url: "/pageB/search/searchGoods",
|
url: "/pageB/search/searchGoods",
|
||||||
params: params,
|
params: params,
|
||||||
|
|||||||
@@ -17,7 +17,9 @@
|
|||||||
<view class="right">
|
<view class="right">
|
||||||
<view class="name u-line-1">{{ goods.goods_name }}</view>
|
<view class="name u-line-1">{{ goods.goods_name }}</view>
|
||||||
<view class="briefing u-line-1">{{ goods.goods_advword }}</view>
|
<view class="briefing u-line-1">{{ goods.goods_advword }}</view>
|
||||||
<view class="price">¥{{ goods.goods_price }}</view>
|
<view class="price">¥{{ goods.goods_price }}
|
||||||
|
<text style="font-size:22rpx;color:#999;text-decoration:line-through;display: inline-block;margin-left:20rpx"> ¥{{goods.goods_marketprice}}</text>
|
||||||
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<u-loadmore :status="loadStatus" bgColor="#FFFFFF" margin-top="20" margin-bottom="20" v-if="goodsList.length >= pageSize"></u-loadmore>
|
<u-loadmore :status="loadStatus" bgColor="#FFFFFF" margin-top="20" margin-bottom="20" v-if="goodsList.length >= pageSize"></u-loadmore>
|
||||||
@@ -42,7 +44,8 @@ export default {
|
|||||||
scrollTop: 0,
|
scrollTop: 0,
|
||||||
old: {
|
old: {
|
||||||
scrollTop: 0
|
scrollTop: 0
|
||||||
}
|
},
|
||||||
|
sid:''
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
@@ -57,6 +60,7 @@ export default {
|
|||||||
},
|
},
|
||||||
onLoad(option) {
|
onLoad(option) {
|
||||||
this.value = option.value
|
this.value = option.value
|
||||||
|
this.sid = option.sid
|
||||||
this.setViewHeight();
|
this.setViewHeight();
|
||||||
this.ShopSearch()
|
this.ShopSearch()
|
||||||
this.setNavSearchInput(this.value);
|
this.setNavSearchInput(this.value);
|
||||||
@@ -106,17 +110,21 @@ export default {
|
|||||||
// 排序方式 goods_salenum:销量 evaluation_count:评价 goods_price_asc:价格从低到高 goods_price_desc:价格从高到低
|
// 排序方式 goods_salenum:销量 evaluation_count:评价 goods_price_asc:价格从低到高 goods_price_desc:价格从高到低
|
||||||
async ShopSearch({ load = 'reload' } = {}) {
|
async ShopSearch({ load = 'reload' } = {}) {
|
||||||
console.log(this.value);
|
console.log(this.value);
|
||||||
|
console.log(this.sid)
|
||||||
|
|
||||||
const sort = this.setOrderSort();
|
const sort = this.setOrderSort();
|
||||||
const res = await this.$u.api.ShopSearch({
|
const res = await this.$u.api.ShopSearch({
|
||||||
keyword: this.value,
|
keyword: this.value,
|
||||||
page: this.page,
|
page: this.page,
|
||||||
order: sort,
|
order: sort,
|
||||||
|
sid:this.sid
|
||||||
})
|
})
|
||||||
this.timer = true;
|
this.timer = true;
|
||||||
if(res.errCode == 0) {
|
if(res.errCode == 0) {
|
||||||
if(load == 'reload') this.goodsList = res.data.data;
|
if(load == 'reload') this.goodsList = res.data.data;
|
||||||
else if(load == 'loadmore') this.goodsList.push(...res.data.data);
|
else if(load == 'loadmore') this.goodsList.push(...res.data.data);
|
||||||
}
|
}
|
||||||
|
console.log(res)
|
||||||
return res.data.data.length;
|
return res.data.data.length;
|
||||||
},
|
},
|
||||||
loadMore() {
|
loadMore() {
|
||||||
@@ -159,6 +167,7 @@ export default {
|
|||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
|
||||||
.classify-goods {
|
.classify-goods {
|
||||||
.tab-container {
|
.tab-container {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|||||||
@@ -1,28 +1,28 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="container">
|
<view class="container">
|
||||||
<video id="videoId" :style="videoSize" :src="src" autoplay="true" :show-fullscreen-btn="false" @play="playing"
|
<video id="videoId" :style="videoSize" :src="src" autoplay="true" :show-fullscreen-btn="false" @play="playing"
|
||||||
@pause="pausing" @ended="videoEnd" @timeupdate="timeupdate" :show-play-btn="false" controls="false" @click="stoping"
|
@pause="pausing" @ended="videoEnd" @timeupdate="timeupdate" :show-play-btn="false" :controls="false" @click="stoping"
|
||||||
:enable-progress-gesture="false" :show-center-play-btn="false"></video>
|
:enable-progress-gesture="false" :show-center-play-btn="false"></video>
|
||||||
<!-- 用户操作 -->
|
<!-- 用户操作 -->
|
||||||
<userinfo class="user-info" :style="{ top: fixTop }" :list="list" :cart="cart_type" :comment="is_comment" :num="comment_num"
|
<userinfo class="user-info" :style="{ top: fixTop }" :list="list" :cart="cart_type" :comment="is_comment" :num="comment_num"
|
||||||
@openCart="openPopup"></userinfo>
|
@openCart="openPopup"></userinfo>
|
||||||
<!-- 视频信息 -->
|
<!-- 视频信息 -->
|
||||||
<cover-view class="info-box" @click="stopClick">
|
<cover-view class="info-box">
|
||||||
<view class="video-info-box" :style="{ width: time_count > 99 ? '180rpx' : '160rpx' }">
|
<view class="video-info-box" :style="{ width: time_count > 99 ? '180rpx' : '160rpx' }">
|
||||||
<image class="image-play" src="../../static/videoIcon.png" mode=""></image>
|
<image class="image-play" src="../../static/videoIcon.png" mode=""></image>
|
||||||
<text class="video-slip">视频</text>
|
<text class="video-slip">视频</text>
|
||||||
<text class="time">{{ time_count }}s</text>
|
<text class="time">{{ time_count }}s</text>
|
||||||
</view>
|
</view>
|
||||||
<view>
|
<view>
|
||||||
<text class="name">@{{ list.member_nickname }}</text>
|
<text class="name" @click="gotoInfo(list)">@{{ list.member_nickname }}</text>
|
||||||
</view>
|
</view>
|
||||||
<view>
|
<view @click="stopClick">
|
||||||
<text class="title">{{ list.article_title }}</text>
|
<text class="title">{{ list.article_title }}</text>
|
||||||
</view>
|
</view>
|
||||||
<view>
|
<view @click="stopClick">
|
||||||
<text class="centent">{{ list.article_content }}</text>
|
<text class="centent">{{ list.article_content }}</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="label-box">
|
<view class="label-box" @click="stopClick">
|
||||||
<block v-for="(item,index) in list.label" :key="index">
|
<block v-for="(item,index) in list.label" :key="index">
|
||||||
<text class="label" :style="{ width: labelLen[index] * 40 + 'rpx' }">{{ item.name }}</text>
|
<text class="label" :style="{ width: labelLen[index] * 40 + 'rpx' }">{{ item.name }}</text>
|
||||||
</block>
|
</block>
|
||||||
@@ -52,7 +52,7 @@
|
|||||||
<view class="comment-list-box">
|
<view class="comment-list-box">
|
||||||
<view class="comment-list-header">
|
<view class="comment-list-header">
|
||||||
<image class="avatar" :src="item.member_avatar" mode=""></image>
|
<image class="avatar" :src="item.member_avatar" mode=""></image>
|
||||||
<view>
|
<view class="comment-title-info">
|
||||||
<text class="comment-title">{{ item.member_nickname }}</text>
|
<text class="comment-title">{{ item.member_nickname }}</text>
|
||||||
<text class="comment-time">{{ item.create_time }}</text>
|
<text class="comment-time">{{ item.create_time }}</text>
|
||||||
</view>
|
</view>
|
||||||
@@ -133,7 +133,7 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
import userinfo from "../components/userinfo/index" // 点赞组件
|
import userinfo from "../components/userinfo/index" // 点赞组件
|
||||||
const temp_url = "https://dmmall.sdbairui.com/api/";
|
const temp_url = "https://mall.dmygkeji.com/api/";
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
userinfo
|
userinfo
|
||||||
@@ -177,6 +177,9 @@
|
|||||||
onReady() {
|
onReady() {
|
||||||
this.videoBox = uni.createVideoContext("videoId", this);
|
this.videoBox = uni.createVideoContext("videoId", this);
|
||||||
},
|
},
|
||||||
|
onHide() {
|
||||||
|
this.videoBox.pause();
|
||||||
|
},
|
||||||
onBackPress() {
|
onBackPress() {
|
||||||
if (this.cart_type) {
|
if (this.cart_type) {
|
||||||
this.cart_type = !this.cart_type;
|
this.cart_type = !this.cart_type;
|
||||||
@@ -266,8 +269,8 @@
|
|||||||
success: (res) => {
|
success: (res) => {
|
||||||
console.log(res);
|
console.log(res);
|
||||||
this.is_edit = false;
|
this.is_edit = false;
|
||||||
if (res.data.errCode == 0) {
|
|
||||||
this.send_value = "";
|
this.send_value = "";
|
||||||
|
if (res.data.errCode == 0) {
|
||||||
this.comment_num = res.data.num;
|
this.comment_num = res.data.num;
|
||||||
let p_id = res.data.data.data.pid;
|
let p_id = res.data.data.data.pid;
|
||||||
console.log(this.pid, this.reply_id, this.comment_id);
|
console.log(this.pid, this.reply_id, this.comment_id);
|
||||||
@@ -344,11 +347,7 @@
|
|||||||
width: "750rpx",
|
width: "750rpx",
|
||||||
height: res.screenHeight + "px",
|
height: res.screenHeight + "px",
|
||||||
}
|
}
|
||||||
this.fixTop = "400rpx";
|
|
||||||
this.fixTop = res.screenHeight / 3;
|
this.fixTop = res.screenHeight / 3;
|
||||||
// #ifdef H5
|
|
||||||
this.fixTop = 400 + 'rpx'
|
|
||||||
// #endif
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
@@ -460,6 +459,9 @@
|
|||||||
url: "/pageB/sdetails/index?id=" + id + "&type=" + 1,
|
url: "/pageB/sdetails/index?id=" + id + "&type=" + 1,
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
gotoInfo(id) {
|
||||||
|
console.log(id);
|
||||||
|
},
|
||||||
// 收起键盘
|
// 收起键盘
|
||||||
hideEdit() {},
|
hideEdit() {},
|
||||||
// stop
|
// stop
|
||||||
@@ -476,8 +478,10 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
background-color: #FF0000 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 关闭 */
|
/* 关闭 */
|
||||||
@@ -497,6 +501,9 @@
|
|||||||
left: 330rpx;
|
left: 330rpx;
|
||||||
width: 100rpx;
|
width: 100rpx;
|
||||||
height: 100rpx;
|
height: 100rpx;
|
||||||
|
/* #ifdef H5 */
|
||||||
|
top: 500rpx;
|
||||||
|
/* #endif */
|
||||||
}
|
}
|
||||||
|
|
||||||
.pause-img {
|
.pause-img {
|
||||||
@@ -507,7 +514,10 @@
|
|||||||
/* 用户操作 */
|
/* 用户操作 */
|
||||||
.user-info {
|
.user-info {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
right: 30rpx;
|
right: 26rpx;
|
||||||
|
/* #ifdef H5 */
|
||||||
|
top: 400rpx;
|
||||||
|
/* #endif */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 底部信息 */
|
/* 底部信息 */
|
||||||
@@ -621,6 +631,7 @@
|
|||||||
font-size: 28rpx;
|
font-size: 28rpx;
|
||||||
color: #333;
|
color: #333;
|
||||||
lines: 2;
|
lines: 2;
|
||||||
|
letter-spacing: 2rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.more-content-box {
|
.more-content-box {
|
||||||
@@ -670,6 +681,10 @@
|
|||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.comment-title-info {
|
||||||
|
justify-content: space-between;
|
||||||
|
}
|
||||||
|
|
||||||
.comment-title {
|
.comment-title {
|
||||||
font-size: 26rpx;
|
font-size: 26rpx;
|
||||||
color: #333;
|
color: #333;
|
||||||
@@ -839,13 +854,17 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
|
width: 700rpx;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-size: 26rpx;
|
font-size: 26rpx;
|
||||||
margin-bottom: 20rpx;
|
margin-bottom: 20rpx;
|
||||||
|
lines: 1;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
letter-spacing: 2rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.centent {
|
.centent {
|
||||||
width: 500rpx;
|
width: 600rpx;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-size: 28rpx;
|
font-size: 28rpx;
|
||||||
margin-bottom: 20rpx;
|
margin-bottom: 20rpx;
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
<view class="info">
|
<view class="info">
|
||||||
<view class="name u-line-2">{{ goods.goods_name }}</view>
|
<view class="name u-line-2">{{ goods.goods_name }}</view>
|
||||||
<view class="cart-info">
|
<view class="cart-info">
|
||||||
<view class="price">¥{{ goods.goods_total }}</view>
|
<view class="price">¥{{ goods.goods_price }}</view>
|
||||||
<view>×{{ goods.goods_num }}</view>
|
<view>×{{ goods.goods_num }}</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@@ -309,32 +309,47 @@ export default {
|
|||||||
},
|
},
|
||||||
setTotalPrice() {
|
setTotalPrice() {
|
||||||
const goods = this.orderInfo.store_goods_total;
|
const goods = this.orderInfo.store_goods_total;
|
||||||
// console.log(this.freight);
|
let [freight, price, minPrice] = [0, 0, 0];
|
||||||
const freight = this.freight;
|
// 运费
|
||||||
let price = 0;
|
for (const key in this.freight) {
|
||||||
// 商品价格加上运费
|
if (this.freight.hasOwnProperty(key)) {
|
||||||
[goods, freight].forEach(object => {
|
const element = this.freight[key];
|
||||||
for (const key in object) {
|
freight += Number(element);
|
||||||
if (object.hasOwnProperty(key)) {
|
}
|
||||||
const element = object[key];
|
}
|
||||||
price += Number(element);
|
// 商品价格减去优惠券
|
||||||
|
// 店铺
|
||||||
|
for (const gid in goods) {
|
||||||
|
if (goods.hasOwnProperty(gid)) {
|
||||||
|
// 计算最小价格
|
||||||
|
minPrice += 0.01;
|
||||||
|
// 每个店铺所有商品的价格
|
||||||
|
let sprice = Number(goods[gid]);
|
||||||
|
if(JSON.stringify(this.storeCoupon) != '{}') {
|
||||||
|
for (const cid in this.storeCoupon) {
|
||||||
|
if (this.storeCoupon.hasOwnProperty(cid)) {
|
||||||
|
const cprice = this.storeCoupon[cid];
|
||||||
|
// 商品减去优惠券价格
|
||||||
|
if(gid == cid) {
|
||||||
|
sprice -= cprice.voucher_price;
|
||||||
|
// 每个店铺最低付款 0.01
|
||||||
|
if(sprice <= 0) sprice = 0.01;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
// 所有商品总价
|
||||||
|
price += sprice;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
|
||||||
// 减去优惠券
|
|
||||||
// 平台
|
// 平台
|
||||||
if(JSON.stringify(this.choiceCoupon) != '{}') price -= Number(this.choiceCoupon.voucher_price);
|
if(JSON.stringify(this.choiceCoupon) != '{}') price -= Number(this.choiceCoupon.voucher_price);
|
||||||
// 店铺
|
// 每个店铺最低付款 0.01
|
||||||
if(JSON.stringify(this.storeCoupon) != '{}') {
|
if(price <= minPrice) price = minPrice;
|
||||||
for (const key in this.storeCoupon) {
|
// console.log("minPrice" + minPrice);
|
||||||
if (this.storeCoupon.hasOwnProperty(key)) {
|
// console.log("freight:" + freight);
|
||||||
const element = this.storeCoupon[key];
|
// console.log("price:" + price);
|
||||||
price -= element.voucher_price;
|
this.totalPrice = (price + freight).toFixed(2);
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
// console.log(price);
|
|
||||||
this.totalPrice = price.toFixed(2);
|
|
||||||
},
|
},
|
||||||
setDelivery(index) {
|
setDelivery(index) {
|
||||||
if(index == 1) {
|
if(index == 1) {
|
||||||
|
|||||||
@@ -17,7 +17,11 @@
|
|||||||
<view class="right">
|
<view class="right">
|
||||||
<view class="name u-line-1">{{ goods.goods_name }}</view>
|
<view class="name u-line-1">{{ goods.goods_name }}</view>
|
||||||
<view class="briefing u-line-1">{{ goods.goods_advword }}</view>
|
<view class="briefing u-line-1">{{ goods.goods_advword }}</view>
|
||||||
<view class="price">¥{{ goods.goods_price }}</view>
|
<!-- <view class="price">¥{{ goods.goods_price }}</view> -->
|
||||||
|
<view class="price">
|
||||||
|
<view class="present">¥{{ goods.goods_price }}</view>
|
||||||
|
<view class="origin">¥{{ goods.goods_marketprice }}</view>
|
||||||
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<u-loadmore :status="loadStatus" bgColor="#FFFFFF" margin-top="20" margin-bottom="20" v-if="goodsList.length >= pageSize"></u-loadmore>
|
<u-loadmore :status="loadStatus" bgColor="#FFFFFF" margin-top="20" margin-bottom="20" v-if="goodsList.length >= pageSize"></u-loadmore>
|
||||||
@@ -189,9 +193,23 @@ export default {
|
|||||||
font-size: 28rpx;
|
font-size: 28rpx;
|
||||||
color: rgba(102,102,102,1);
|
color: rgba(102,102,102,1);
|
||||||
}
|
}
|
||||||
|
// .price {
|
||||||
|
// font-size: 26rpx;
|
||||||
|
// color: rgba(255,49,49,1);
|
||||||
|
// }
|
||||||
.price {
|
.price {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
.present {
|
||||||
font-size: 26rpx;
|
font-size: 26rpx;
|
||||||
color: rgba(255,49,49,1);
|
color: rgba(255,49,49,1);
|
||||||
|
margin-right: 20rpx;
|
||||||
|
}
|
||||||
|
.origin {
|
||||||
|
text-decoration: line-through;
|
||||||
|
font-size: 24rpx;
|
||||||
|
color: #999;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<scroll-view scroll-y class="scroll-container" :style="{ height: scrollHeight }" @scrolltolower="loadMore">
|
<scroll-view scroll-y class="scroll-container" :style="{ height: scrollHeight }" @scrolltolower="loadMore">
|
||||||
<view class="goods-container">
|
<view class="goods-container">
|
||||||
<view v-for="goods in goodsList" :key="goods.goods_id" class="goods-view" @click="toDetailsPage(goods.goods_id)">
|
<view v-for="goods in goodsList" :key="goods.goods_id" class="goods-view">
|
||||||
<goodsItem :info="goods"></goodsItem>
|
<goodsItem :info="goods"></goodsItem>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@@ -128,12 +128,6 @@ export default {
|
|||||||
this.scrollHeight = res.windowHeight - (res.windowWidth / 750) * 90 + 'px';
|
this.scrollHeight = res.windowHeight - (res.windowWidth / 750) * 90 + 'px';
|
||||||
// console.log(this.scrollHeight);
|
// console.log(this.scrollHeight);
|
||||||
},
|
},
|
||||||
toDetailsPage(id) {
|
|
||||||
this.$u.route('/pageB/sdetails/index', {
|
|
||||||
id: id,
|
|
||||||
type: 1 // 商品详情 商品类型 1普通 2拼团 3秒杀 4优惠券
|
|
||||||
});
|
|
||||||
},
|
|
||||||
setTitle(title){
|
setTitle(title){
|
||||||
uni.setNavigationBarTitle({
|
uni.setNavigationBarTitle({
|
||||||
title: title
|
title: title
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
<goodsItem :info="goods"></goodsItem>
|
<goodsItem :info="goods"></goodsItem>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<u-loadmore :status="loadStatus" bgColor="#FFFFFF" margin-top="20" margin-bottom="20" v-if="goodsList.length >= pageSize"></u-loadmore>
|
<u-loadmore :status="loadStatus" bgColor="#FFFFFF" margin-bottom="120" v-if="goodsList.length >= pageSize"></u-loadmore>
|
||||||
<u-empty mode="list" v-if="!goodsList.length"></u-empty>
|
<u-empty mode="list" v-if="!goodsList.length"></u-empty>
|
||||||
</scroll-view>
|
</scroll-view>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
@@ -114,7 +114,8 @@ export default {
|
|||||||
},
|
},
|
||||||
onNavigationBarSearchInputClicked() {
|
onNavigationBarSearchInputClicked() {
|
||||||
this.$u.route('pageB/search/index', {
|
this.$u.route('pageB/search/index', {
|
||||||
type: 2
|
type: 1,
|
||||||
|
id:this.sid
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
@@ -219,7 +220,7 @@ export default {
|
|||||||
},
|
},
|
||||||
setViewHeight() {
|
setViewHeight() {
|
||||||
const res = uni.getSystemInfoSync();
|
const res = uni.getSystemInfoSync();
|
||||||
this.scrollHeiht = res.windowHeight - (73 + 20 + 170) + 'px';
|
this.scrollHeiht = res.windowHeight - res.windowWidth / 750 * (350 + 140 + 20) + 'px';
|
||||||
this.paddingTop = res.windowWidth / 750 * (90 + 50) + 'px';
|
this.paddingTop = res.windowWidth / 750 * (90 + 50) + 'px';
|
||||||
// console.log(this.paddingTop);
|
// console.log(this.paddingTop);
|
||||||
}
|
}
|
||||||
@@ -239,6 +240,7 @@ export default {
|
|||||||
// min-height: 100vh;
|
// min-height: 100vh;
|
||||||
background-color: #ECECEC;
|
background-color: #ECECEC;
|
||||||
padding-top: calc(350rpx - var(--window-top));
|
padding-top: calc(350rpx - var(--window-top));
|
||||||
|
overflow: hidden;
|
||||||
.top {
|
.top {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
@@ -311,6 +313,7 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.follow {
|
.follow {
|
||||||
|
height: 140rpx;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-bottom: 20rpx;
|
margin-bottom: 20rpx;
|
||||||
@@ -364,7 +367,8 @@ export default {
|
|||||||
}
|
}
|
||||||
.main{
|
.main{
|
||||||
.video-image {
|
.video-image {
|
||||||
padding-bottom: 98rpx;
|
box-sizing: border-box;
|
||||||
|
padding-bottom: 100rpx;
|
||||||
}
|
}
|
||||||
.container-top {
|
.container-top {
|
||||||
> view {
|
> view {
|
||||||
@@ -380,9 +384,6 @@ export default {
|
|||||||
margin-bottom: 10rpx;
|
margin-bottom: 10rpx;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// > view {
|
|
||||||
// margin-top: 20rpx;
|
|
||||||
// }
|
|
||||||
}
|
}
|
||||||
.tabbar {
|
.tabbar {
|
||||||
border-top: 1rpx #DBDADA solid;
|
border-top: 1rpx #DBDADA solid;
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
import SpecialGoods from "../../components/shop/special-shop/index"
|
import SpecialGoods from "@/components/shop/special-shop/index"
|
||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
@@ -42,6 +42,7 @@ export default {
|
|||||||
// 全部秒杀
|
// 全部秒杀
|
||||||
getSpikeList() {
|
getSpikeList() {
|
||||||
this.$u.api.getSpikeList({ page: this.page }).then(res => {
|
this.$u.api.getSpikeList({ page: this.page }).then(res => {
|
||||||
|
console.log(res)
|
||||||
if(res.errCode == 0) {
|
if(res.errCode == 0) {
|
||||||
this.spikeList = res.data.list;
|
this.spikeList = res.data.list;
|
||||||
this.seckillTime = {
|
this.seckillTime = {
|
||||||
@@ -80,10 +81,14 @@ export default {
|
|||||||
// box-sizing: content-box;
|
// box-sizing: content-box;
|
||||||
width: 26rpx;
|
width: 26rpx;
|
||||||
// height: 25rpx;
|
// height: 25rpx;
|
||||||
background-color: #bfbfbf;
|
background-color: #000;
|
||||||
|
color: #ffffff;
|
||||||
margin: 0 10rpx;
|
margin: 0 10rpx;
|
||||||
padding: 2rpx;
|
padding: 2rpx;
|
||||||
}
|
}
|
||||||
|
.mah {
|
||||||
|
color: #999999;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<view id="actives">
|
<view id="actives" :style="{height : height + 'px'}">
|
||||||
<!-- 活动消息推送 -->
|
<!-- 活动消息推送 -->
|
||||||
<block v-for="(item, index) in actives" :key="index">
|
<block v-for="(item, index) in actives" :key="index">
|
||||||
<view class="time">{{ item.addtime }}</view>
|
<view class="time">{{ item.addtime }}</view>
|
||||||
@@ -7,7 +7,7 @@
|
|||||||
<view class="content">
|
<view class="content">
|
||||||
<view class="title">{{item.title}}</view>
|
<view class="title">{{item.title}}</view>
|
||||||
<view class="images_about">
|
<view class="images_about">
|
||||||
<image :src="item.goods_image" mode="aspectFill"></image>
|
<image :src="item.picture" mode="aspectFill"></image>
|
||||||
<view>
|
<view>
|
||||||
<text class="u-line-2">{{item.summary}}</text>
|
<text class="u-line-2">{{item.summary}}</text>
|
||||||
</view>
|
</view>
|
||||||
@@ -22,13 +22,21 @@
|
|||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
|
height:'600',
|
||||||
actives: [
|
actives: [
|
||||||
|
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
onLoad(){
|
onLoad(){
|
||||||
this.messageactivityList()
|
var _that = this
|
||||||
|
_that.messageactivityList();
|
||||||
|
uni.getSystemInfo({
|
||||||
|
success: function (res) {
|
||||||
|
console.log(res.windowHeight);
|
||||||
|
_that.height = res.windowHeight
|
||||||
|
}
|
||||||
|
});
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
titletext(){
|
titletext(){
|
||||||
@@ -47,7 +55,7 @@
|
|||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss">
|
||||||
page {
|
page {
|
||||||
background-color: #ECECEC;
|
background-color: #ECECEC;
|
||||||
}
|
}
|
||||||
@@ -55,7 +63,7 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
#actives{
|
#actives{
|
||||||
height: 100%;
|
background: #ECECEC;
|
||||||
.time {
|
.time {
|
||||||
padding: 30rpx 0;
|
padding: 30rpx 0;
|
||||||
color: #666;
|
color: #666;
|
||||||
@@ -73,7 +81,7 @@
|
|||||||
padding: 39rpx 0 30rpx;
|
padding: 39rpx 0 30rpx;
|
||||||
}
|
}
|
||||||
.content{
|
.content{
|
||||||
width:630rpx;
|
width:94%;
|
||||||
padding: 30rpx;
|
padding: 30rpx;
|
||||||
background:rgba(255,255,255,1);
|
background:rgba(255,255,255,1);
|
||||||
border-radius:20rpx;
|
border-radius:20rpx;
|
||||||
@@ -97,6 +105,7 @@
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 140rpx;
|
height: 140rpx;
|
||||||
|
line-height: 36rpx;
|
||||||
padding: 20rpx;
|
padding: 20rpx;
|
||||||
background: rgba(241,241,241,1);
|
background: rgba(241,241,241,1);
|
||||||
& > text {
|
& > text {
|
||||||
|
|||||||
@@ -2,18 +2,18 @@
|
|||||||
<view id="actives">
|
<view id="actives">
|
||||||
<!-- 活动消息推送 -->
|
<!-- 活动消息推送 -->
|
||||||
<view class="activity" v-for="(item, index) in actives" :key="index">
|
<view class="activity" v-for="(item, index) in actives" :key="index">
|
||||||
<view class="times">{{item.type}}</view>
|
<view class="times">{{item.kd_time}}</view>
|
||||||
<view class="content">
|
<view class="content">
|
||||||
<view class="store_name">
|
<view class="store_name">
|
||||||
<image src="../../pageE/static/mine/1.png"></image>
|
<image :src="item.store_avatar"></image>
|
||||||
<view>小时代</view>
|
<view>{{item.store_name}}</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="xiantiao"></view>
|
<view class="xiantiao"></view>
|
||||||
<view class="title">{{item.name}}</view>
|
<view class="title">{{item.title}}</view>
|
||||||
<view class="images_about">
|
<view class="images_about">
|
||||||
<image :src="item.url"></image>
|
<image :src="item.picture"></image>
|
||||||
<view>
|
<view>
|
||||||
<text>{{item.about}}</text>
|
<text>{{item.summary}}</text>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@@ -35,8 +35,9 @@
|
|||||||
methods: {
|
methods: {
|
||||||
getCartList() {
|
getCartList() {
|
||||||
this.$u.post("message/orderDeliveryList",{page: this.page}).then(res => {
|
this.$u.post("message/orderDeliveryList",{page: this.page}).then(res => {
|
||||||
|
console.log(res.data.data)
|
||||||
if (res.errCode == 0) {
|
if (res.errCode == 0) {
|
||||||
this.actives == res.data;
|
this.actives = res.data.data;
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
@@ -46,7 +47,10 @@
|
|||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" >
|
||||||
|
page{
|
||||||
|
background-color: #ECECEC;
|
||||||
|
}
|
||||||
#actives{
|
#actives{
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<view>
|
<view id="viewes" :style="{height : height + 'px'}">
|
||||||
<!-- 公告咨询 -->
|
<!-- 公告咨询 -->
|
||||||
<notice :list="list"></notice>
|
<notice :list="list"></notice>
|
||||||
</view>
|
</view>
|
||||||
@@ -15,10 +15,16 @@
|
|||||||
},
|
},
|
||||||
onLoad() {
|
onLoad() {
|
||||||
this.informationList();
|
this.informationList();
|
||||||
|
var _that = this
|
||||||
|
uni.getSystemInfo({
|
||||||
|
success: function (res) {
|
||||||
|
console.log(res.windowHeight);
|
||||||
|
_that.height = res.windowHeight
|
||||||
|
}
|
||||||
|
});
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
titletext(){
|
titletext() {},
|
||||||
},
|
|
||||||
informationList() {
|
informationList() {
|
||||||
this.$u.api.informationList({}).then((res) => {
|
this.$u.api.informationList({}).then((res) => {
|
||||||
if (res.errCode == 0) {
|
if (res.errCode == 0) {
|
||||||
@@ -37,6 +43,9 @@
|
|||||||
page {
|
page {
|
||||||
background-color: #ECECEC;
|
background-color: #ECECEC;
|
||||||
}
|
}
|
||||||
|
#viewes{
|
||||||
|
background: #ECECEC;
|
||||||
|
}
|
||||||
.sousuo {
|
.sousuo {
|
||||||
height: 113rpx;
|
height: 113rpx;
|
||||||
border: 1px #f00 solid;
|
border: 1px #f00 solid;
|
||||||
|
|||||||
@@ -59,7 +59,7 @@
|
|||||||
<div :class="[audio.visible ? 'record-icon record-open':'record-icon']" @click="switchAudioKeyboard"></div>
|
<div :class="[audio.visible ? 'record-icon record-open':'record-icon']" @click="switchAudioKeyboard"></div>
|
||||||
<div class="record-input" @longpress="onRecordStart" @touchend="onRecordEnd" v-if="audio.visible" >{{audio.recording ? '松开发送' : '按住录音'}}</div>
|
<div class="record-input" @longpress="onRecordStart" @touchend="onRecordEnd" v-if="audio.visible" >{{audio.recording ? '松开发送' : '按住录音'}}</div>
|
||||||
<div class="message-input" v-else>
|
<div class="message-input" v-else>
|
||||||
<input type="text" placeholder="发送消息" v-model="content">
|
<input type="text" placeholder="发送消息" v-model="content" @click="bindtapInput">
|
||||||
</div>
|
</div>
|
||||||
<div class="file-icon img-video" @click="sendImage"></div>
|
<div class="file-icon img-video" @click="sendImage"></div>
|
||||||
<div class="file-icon" @click="sendVideo"></div>
|
<div class="file-icon" @click="sendVideo"></div>
|
||||||
@@ -84,6 +84,7 @@
|
|||||||
return {
|
return {
|
||||||
//聊天文本框
|
//聊天文本框
|
||||||
content: '',
|
content: '',
|
||||||
|
bottom : '',
|
||||||
friend: null,
|
friend: null,
|
||||||
currentUser: null,
|
currentUser: null,
|
||||||
//已经接收到的消息
|
//已经接收到的消息
|
||||||
@@ -154,6 +155,11 @@
|
|||||||
this.imService.resetFriendUnReadMessage(this.friend);
|
this.imService.resetFriendUnReadMessage(this.friend);
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
bindtapInput(){
|
||||||
|
console.log("222")
|
||||||
|
var _that = this;
|
||||||
|
_that.bottom = 14
|
||||||
|
},
|
||||||
initialListeners () {
|
initialListeners () {
|
||||||
//传入监听器,收到一条私聊消息总是滚到到页面底部
|
//传入监听器,收到一条私聊消息总是滚到到页面底部
|
||||||
this.imService.onNewPrivateMessageReceive = (friendId, message)=> {
|
this.imService.onNewPrivateMessageReceive = (friendId, message)=> {
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ import common from '@/static/js/common.js'
|
|||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
nodes: '',
|
nodes: "",
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
onLoad(option) {
|
onLoad(option) {
|
||||||
@@ -18,6 +18,9 @@ export default {
|
|||||||
if(option.type == 1) this.certificateInfo();
|
if(option.type == 1) this.certificateInfo();
|
||||||
if(option.type == 2) this.getAboutUsInfo();
|
if(option.type == 2) this.getAboutUsInfo();
|
||||||
},
|
},
|
||||||
|
onNavigationBarButtonTap(e) {
|
||||||
|
console.log(e);
|
||||||
|
},
|
||||||
methods: {
|
methods: {
|
||||||
setTitle(title){
|
setTitle(title){
|
||||||
uni.setNavigationBarTitle({
|
uni.setNavigationBarTitle({
|
||||||
@@ -54,10 +57,12 @@ export default {
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
// page {
|
||||||
|
// background-color: #ECECEC;
|
||||||
|
// }
|
||||||
.article-details {
|
.article-details {
|
||||||
min-height: calc(100vh - var(--window-top));
|
min-height: calc(100vh - var(--window-top));
|
||||||
background: #ECECEC;
|
background: #ECECEC;
|
||||||
padding: 20rpx 35rpx 0;
|
padding: 20rpx 35rpx 0;
|
||||||
line-height: 45rpx;
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
@@ -18,7 +18,23 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<scroll-view scroll-y class="integral-botom" :style="{ height: integralHeight }">
|
<scroll-view scroll-y class="integral-botom" :style="{ height: integralHeight }">
|
||||||
|
|
||||||
|
<view class="medal-title">
|
||||||
|
<!-- <image src="../static/mine/29.png"></image> -->
|
||||||
|
<view>积分获取规则</view>
|
||||||
|
<!-- <image src="../static/mine/30.png"></image> -->
|
||||||
|
</view>
|
||||||
|
<view class="medal-content">
|
||||||
<rich-text :nodes="nodes"></rich-text>
|
<rich-text :nodes="nodes"></rich-text>
|
||||||
|
</view>
|
||||||
|
<view class="medal-title">
|
||||||
|
<!-- <image src="../static/mine/29.png"></image> -->
|
||||||
|
<view>会员等级权益</view>
|
||||||
|
<!-- <image src="../static/mine/30.png"></image> -->
|
||||||
|
</view>
|
||||||
|
<view class="medal-content">
|
||||||
|
<rich-text :nodes="dengji"></rich-text>
|
||||||
|
</view>
|
||||||
</scroll-view>
|
</scroll-view>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
@@ -30,6 +46,7 @@ export default {
|
|||||||
memberInfo: {},
|
memberInfo: {},
|
||||||
integralHeight: 0,
|
integralHeight: 0,
|
||||||
nodes: '',
|
nodes: '',
|
||||||
|
dengji:""
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
@@ -47,6 +64,7 @@ export default {
|
|||||||
if (res.errCode == 0) {
|
if (res.errCode == 0) {
|
||||||
this.memberInfo = res.data;
|
this.memberInfo = res.data;
|
||||||
this.nodes = common.unescapeHTML(this.memberInfo.points_rule.document_content);
|
this.nodes = common.unescapeHTML(this.memberInfo.points_rule.document_content);
|
||||||
|
this.dengji = common.unescapeHTML(res.data.grade_rule.document_content)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
@@ -100,5 +118,24 @@ export default {
|
|||||||
top: 251rpx;
|
top: 251rpx;
|
||||||
z-index: 9;
|
z-index: 9;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.medal-title {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
margin-bottom: 52rpx;
|
||||||
|
> image {
|
||||||
|
width: 22rpx;
|
||||||
|
height: 22rpx;
|
||||||
|
}
|
||||||
|
> view {
|
||||||
|
font-size: 32rpx;
|
||||||
|
color: rgba(51,51,51,1);
|
||||||
|
margin: 0 30rpx;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.medal-content {
|
||||||
|
padding-bottom: 20rpx;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
@@ -27,9 +27,10 @@ export default {
|
|||||||
methods: {
|
methods: {
|
||||||
getMemberPointsStat() {
|
getMemberPointsStat() {
|
||||||
this.$u.api.getMemberPointsStat().then((res)=>{
|
this.$u.api.getMemberPointsStat().then((res)=>{
|
||||||
|
console.log(res)
|
||||||
if (res.errCode == 0) {
|
if (res.errCode == 0) {
|
||||||
this.title = res.data.grade_rule.document_title;
|
this.title = res.data.xunzhang_rule.document_title;
|
||||||
const nodes = res.data.grade_rule.document_content;
|
const nodes = res.data.xunzhang_rule.document_content;
|
||||||
this.nodes = common.unescapeHTML(nodes);
|
this.nodes = common.unescapeHTML(nodes);
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -128,6 +128,7 @@ export default {
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
margin-left: 20rpx;
|
margin-left: 20rpx;
|
||||||
margin-bottom: 20rpx;
|
margin-bottom: 20rpx;
|
||||||
|
box-shadow: 0rpx 0rpx 6rpx 0rpx rgba(35,24,21,0.12);
|
||||||
.head{
|
.head{
|
||||||
width: 80rpx;
|
width: 80rpx;
|
||||||
height: 80rpx;
|
height: 80rpx;
|
||||||
|
|||||||
@@ -133,8 +133,10 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.collection-item {
|
.collection-item {
|
||||||
|
width: 100%;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
.item {
|
.item {
|
||||||
|
width: 750rpx;
|
||||||
padding: 30rpx;
|
padding: 30rpx;
|
||||||
display: flex;
|
display: flex;
|
||||||
> image {
|
> image {
|
||||||
@@ -145,14 +147,17 @@ export default {
|
|||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
.title-wrap {
|
.title-wrap {
|
||||||
|
overflow: hidden;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
.item-top {
|
.item-top {
|
||||||
|
width: 100%;
|
||||||
font-size: 30rpx;
|
font-size: 30rpx;
|
||||||
color: rgba(51,51,51,1);
|
color: rgba(51,51,51,1);
|
||||||
line-height: 44rpx;
|
line-height: 44rpx;
|
||||||
margin-bottom: 54rpx;
|
margin-bottom: 54rpx;
|
||||||
}
|
}
|
||||||
.item-bottom {
|
.item-bottom {
|
||||||
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<view class="suggestions">
|
<view class="suggestions">
|
||||||
<view class="text">{{ item.fb_content }}</view>
|
<view class="text">{{ item.fb_content }}</view>
|
||||||
<view class="image">
|
<view class="image">
|
||||||
<image v-for="(url, index) in item.fb_images" :key="index" :src="url"></image>
|
<image v-for="(url, index) in item.fb_images" :key="index" :src="url" mode="aspectFit" @click="previewImage(item.fb_images)"></image>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="reply" v-if="item.is_reply">
|
<view class="reply" v-if="item.is_reply">
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
<view class="reply-content u-line-4">{{ item.reply_content }}</view>
|
<view class="reply-content u-line-4">{{ item.reply_content }}</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="date">
|
<view class="date">
|
||||||
<image src="../static/mine/26.png"></image>
|
<image src="../static/mine/26.png" mode="aspectFit"></image>
|
||||||
<view>{{ item.fb_time }}</view>
|
<view>{{ item.fb_time }}</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@@ -45,6 +45,12 @@ export default {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
previewImage(urls) {
|
||||||
|
// console.log(urls);
|
||||||
|
uni.previewImage({
|
||||||
|
urls: urls,
|
||||||
|
});
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -91,7 +91,6 @@
|
|||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
orderstate: '',
|
|
||||||
s_object: {
|
s_object: {
|
||||||
'1': {
|
'1': {
|
||||||
text: '待收货',
|
text: '待收货',
|
||||||
@@ -154,44 +153,7 @@ export default {
|
|||||||
clearInterval(this.timer);
|
clearInterval(this.timer);
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
viewState(value) {
|
|
||||||
let state;
|
|
||||||
switch (value) {
|
|
||||||
case 1:
|
|
||||||
state = '6';
|
|
||||||
break;
|
|
||||||
case 2:
|
|
||||||
state = '4';
|
|
||||||
break;
|
|
||||||
case 3:
|
|
||||||
state = '1';
|
|
||||||
break;
|
|
||||||
case 4:
|
|
||||||
state = '2';
|
|
||||||
break;
|
|
||||||
case 5:
|
|
||||||
state = '3';
|
|
||||||
break;
|
|
||||||
case 6:
|
|
||||||
state = '7';
|
|
||||||
break;
|
|
||||||
case 7:
|
|
||||||
state = '5';
|
|
||||||
break;
|
|
||||||
case 9:
|
|
||||||
state = '8';
|
|
||||||
break;
|
|
||||||
case 10:
|
|
||||||
state = '9';
|
|
||||||
break;
|
|
||||||
case 11:
|
|
||||||
state = '10';
|
|
||||||
break;
|
|
||||||
default:
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
this.orderstate = state;
|
|
||||||
},
|
|
||||||
viewStoreDetails(id) {
|
viewStoreDetails(id) {
|
||||||
this.$u.route('pageC/merchant/index', {
|
this.$u.route('pageC/merchant/index', {
|
||||||
id: id
|
id: id
|
||||||
@@ -239,9 +201,9 @@ export default {
|
|||||||
this.$u.api.getOrderInfo({
|
this.$u.api.getOrderInfo({
|
||||||
order_id: id,
|
order_id: id,
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
|
console.log(res)
|
||||||
if(res.errCode == 0) {
|
if(res.errCode == 0) {
|
||||||
this.orderInfo = res.data;
|
this.orderInfo = res.data;
|
||||||
this.viewState(this.orderInfo.view_type);
|
|
||||||
this.setTitle(this.orderInfo.view_type);
|
this.setTitle(this.orderInfo.view_type);
|
||||||
if(res.data.view_type == 1) this.setSpikeTime(res.data.end_time);
|
if(res.data.view_type == 1) this.setSpikeTime(res.data.end_time);
|
||||||
else if(res.data.view_type == 9) this.setSpikeTime(res.data.pintuangroup_endtime);
|
else if(res.data.view_type == 9) this.setSpikeTime(res.data.pintuangroup_endtime);
|
||||||
@@ -260,9 +222,10 @@ export default {
|
|||||||
},
|
},
|
||||||
confirmReceive() {
|
confirmReceive() {
|
||||||
this.$u.api.confirmReceive({
|
this.$u.api.confirmReceive({
|
||||||
order_id: this.order.order_id,
|
order_id: this.orderInfo.order_id,
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if(res.errCode == 0) {
|
if(res.errCode == 0) {
|
||||||
|
console.log(res,"确认支付")
|
||||||
this.getOrderInfo(this.oid);
|
this.getOrderInfo(this.oid);
|
||||||
}
|
}
|
||||||
this.$u.toast(res.message);
|
this.$u.toast(res.message);
|
||||||
@@ -300,6 +263,46 @@ export default {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
computed:{
|
||||||
|
orderstate() {
|
||||||
|
let state;
|
||||||
|
switch (this.orderInfo.view_type) {
|
||||||
|
case 1:
|
||||||
|
state = '6';
|
||||||
|
break;
|
||||||
|
case 2:
|
||||||
|
state = '4';
|
||||||
|
break;
|
||||||
|
case 3:
|
||||||
|
state = '1';
|
||||||
|
break;
|
||||||
|
case 4:
|
||||||
|
state = '2';
|
||||||
|
break;
|
||||||
|
case 5:
|
||||||
|
state = '3';
|
||||||
|
break;
|
||||||
|
case 6:
|
||||||
|
state = '7';
|
||||||
|
break;
|
||||||
|
case 7:
|
||||||
|
state = '5';
|
||||||
|
break;
|
||||||
|
case 9:
|
||||||
|
state = '8';
|
||||||
|
break;
|
||||||
|
case 10:
|
||||||
|
state = '9';
|
||||||
|
break;
|
||||||
|
case 11:
|
||||||
|
state = '10';
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
return state;
|
||||||
|
},
|
||||||
|
}
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
|||||||
@@ -25,6 +25,7 @@
|
|||||||
<view class="info u-line-2">{{ item.content }}</view>
|
<view class="info u-line-2">{{ item.content }}</view>
|
||||||
<view class="date">{{ item.kd_time }}</view>
|
<view class="date">{{ item.kd_time }}</view>
|
||||||
</view>
|
</view>
|
||||||
|
<u-empty text="暂无物流信息" mode="data" icon-size="88" margin-top="60"></u-empty>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
@@ -1,7 +1,27 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="refund">
|
<view class="refund">
|
||||||
<view class="radios-container">
|
<view class="radios-container">
|
||||||
<u-radio-group v-model="value" @change="radioChange">
|
<view v-if="type == 2">
|
||||||
|
<label class="radio-view" v-for="(item, index) in goodsList" :key="index">
|
||||||
|
|
||||||
|
<view class="store_info">
|
||||||
|
<view class="info_img">
|
||||||
|
<image :src="item.goods_image" mode="">
|
||||||
|
</view>
|
||||||
|
<view class="info_txt">
|
||||||
|
<view class="content u-line-2">
|
||||||
|
{{ item.goods_name }}
|
||||||
|
</view>
|
||||||
|
<view class="much">
|
||||||
|
<text>¥{{ item.goods_price }}</text>
|
||||||
|
<text>x{{ item.goods_num }}</text>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
</label>
|
||||||
|
</view>
|
||||||
|
|
||||||
|
<u-radio-group v-model="value" @change="radioChange" v-else>
|
||||||
<label class="radio-view" v-for="(item, index) in goodsList" :key="index">
|
<label class="radio-view" v-for="(item, index) in goodsList" :key="index">
|
||||||
<view class="radio">
|
<view class="radio">
|
||||||
<u-radio color="#F0AD4E" :name="item.goods_id" active-color="#FF780F" icon-size="24" shape="circle"></u-radio>
|
<u-radio color="#F0AD4E" :name="item.goods_id" active-color="#FF780F" icon-size="24" shape="circle"></u-radio>
|
||||||
@@ -15,7 +35,7 @@
|
|||||||
{{ item.goods_name }}
|
{{ item.goods_name }}
|
||||||
</view>
|
</view>
|
||||||
<view class="much">
|
<view class="much">
|
||||||
<text>¥{{ item.goods_pay_price }}</text>
|
<text>¥{{ item.goods_price }}</text>
|
||||||
<text>x{{ item.goods_num }}</text>
|
<text>x{{ item.goods_num }}</text>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@@ -24,9 +44,9 @@
|
|||||||
</u-radio-group>
|
</u-radio-group>
|
||||||
</view>
|
</view>
|
||||||
<view class="refund-details">
|
<view class="refund-details">
|
||||||
<view class="goods-number">
|
<view class="goods-number" v-if="type != 2">
|
||||||
<view>选择数量</view>
|
<view>选择数量</view>
|
||||||
<u-number-box :input-width="40" :input-height="38" :size="22" bg-color="#FFFFFF" :disabled-input=true color="#FF780F" :max="goods.goods_num" v-model="num"></u-number-box>
|
<u-number-box :input-width="40" :input-height="38" :size="22" bg-color="#FFFFFF" :disabled-input=true color="#FF780F" :max="goods.goods_num" v-model="num" :disabled="type == 2"></u-number-box>
|
||||||
</view>
|
</view>
|
||||||
<view class="refund-price">
|
<view class="refund-price">
|
||||||
<view class="price">
|
<view class="price">
|
||||||
@@ -57,14 +77,26 @@ export default {
|
|||||||
value: '',
|
value: '',
|
||||||
refundText: '',
|
refundText: '',
|
||||||
num: 0,
|
num: 0,
|
||||||
|
type:0,
|
||||||
|
sel:true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
totalPrice() {
|
totalPrice() {
|
||||||
return (this.goods.goods_pay_price * this.num).toFixed(2);
|
if(this.type == 2){
|
||||||
|
console.log(this.goodsList)
|
||||||
|
let pac = 0;
|
||||||
|
for(let i in this.goodsList){
|
||||||
|
pac += parseFloat(this.goodsList[i].goods_pay_price) * 100 ;
|
||||||
|
}
|
||||||
|
return pac / 100;
|
||||||
|
}else{
|
||||||
|
return this.goods.goods_pay_price;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
onLoad(option) {
|
onLoad(option) {
|
||||||
|
this.type = option.type
|
||||||
this.oid = option.oid;
|
this.oid = option.oid;
|
||||||
this.getOrderInfo(option.oid);
|
this.getOrderInfo(option.oid);
|
||||||
},
|
},
|
||||||
@@ -76,7 +108,7 @@ export default {
|
|||||||
// console.log(goodsList);
|
// console.log(goodsList);
|
||||||
this.goods = goodsList[0];
|
this.goods = goodsList[0];
|
||||||
this.num = this.goods.goods_num;
|
this.num = this.goods.goods_num;
|
||||||
// console.log(this.goods);
|
console.log(this.goods);
|
||||||
},
|
},
|
||||||
getOrderInfo(id) {
|
getOrderInfo(id) {
|
||||||
this.$u.api.getOrderInfo({
|
this.$u.api.getOrderInfo({
|
||||||
@@ -106,7 +138,8 @@ export default {
|
|||||||
return true;
|
return true;
|
||||||
},
|
},
|
||||||
applyRefund() {
|
applyRefund() {
|
||||||
if(!this.verifyParams()) return false;
|
|
||||||
|
if(this.type !=2 && !this.verifyParams()) return false;
|
||||||
let params = {
|
let params = {
|
||||||
order_id: this.oid,
|
order_id: this.oid,
|
||||||
goods_id: this.goods.goods_id,
|
goods_id: this.goods.goods_id,
|
||||||
@@ -114,6 +147,23 @@ export default {
|
|||||||
reason_info: this.refundText,
|
reason_info: this.refundText,
|
||||||
goods_num: this.num,
|
goods_num: this.num,
|
||||||
}
|
}
|
||||||
|
console.log(params)
|
||||||
|
if(this.type == 2){
|
||||||
|
this.$u.api.addrefundall(params).then(res => {
|
||||||
|
console.log(JSON.stringify(res))
|
||||||
|
if(res.errCode == 0) {
|
||||||
|
this.$refs.uToast.show({
|
||||||
|
title: res.message,
|
||||||
|
back: true,
|
||||||
|
})
|
||||||
|
} else {
|
||||||
|
this.$refs.uToast.show({
|
||||||
|
title: res.message,
|
||||||
|
type: 'error'
|
||||||
|
})
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}else{
|
||||||
this.$u.api.refundOrder(params).then(res => {
|
this.$u.api.refundOrder(params).then(res => {
|
||||||
if(res.errCode == 0) {
|
if(res.errCode == 0) {
|
||||||
this.$refs.uToast.show({
|
this.$refs.uToast.show({
|
||||||
@@ -127,6 +177,8 @@ export default {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
}
|
||||||
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -23,6 +23,7 @@
|
|||||||
import {
|
import {
|
||||||
mapMutations
|
mapMutations
|
||||||
} from 'vuex';
|
} from 'vuex';
|
||||||
|
import IMService from '@/static/imservice.js'
|
||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
@@ -63,7 +64,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '关于我们',
|
title: '关于我们',
|
||||||
link: '../mine/ArticleDetails?type=2'
|
// link: '../mine/ArticleDetails?type=2'
|
||||||
|
link: '/pageE/setting/version'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '帮助与反馈',
|
title: '帮助与反馈',
|
||||||
@@ -88,7 +90,10 @@
|
|||||||
url: url
|
url: url
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
loginOut() {
|
async loginOut() {
|
||||||
|
// 显示新人领取优惠券
|
||||||
|
this.$store.commit('updateShowCoupons', true);
|
||||||
|
let im = this.imService
|
||||||
this.logout();
|
this.logout();
|
||||||
uni.redirectTo({
|
uni.redirectTo({
|
||||||
url: "../../pageA/login/login",
|
url: "../../pageA/login/login",
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
src: 'https://dmmall.sdbairui.com/uploads/home/avatar/avatar_19.jpg',
|
src: 'https://mall.dmygkeji.com/uploads/home/avatar/avatar_19.jpg',
|
||||||
userList: [],
|
userList: [],
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -3,8 +3,8 @@
|
|||||||
<view class="feedback-box">
|
<view class="feedback-box">
|
||||||
<view class="feedback-title">人工服务</view>
|
<view class="feedback-title">人工服务</view>
|
||||||
<view class="feedback-itme">
|
<view class="feedback-itme">
|
||||||
<view class="manual">
|
<view class="manual" @click="makePhone">
|
||||||
<view class="service-phone">拨打官方客服电话:400-100-100</view>
|
<view class="service-phone">拨打官方客服电话:{{ tel400 }}</view>
|
||||||
<view class="manual-time">{{ wkTime }}</view>
|
<view class="manual-time">{{ wkTime }}</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="suggestions" @click="writeComments">意见反馈</view>
|
<view class="suggestions" @click="writeComments">意见反馈</view>
|
||||||
@@ -31,6 +31,11 @@ export default {
|
|||||||
this.getHelpList();
|
this.getHelpList();
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
makePhone() {
|
||||||
|
uni.makePhoneCall({
|
||||||
|
phoneNumber: this.tel400,
|
||||||
|
});
|
||||||
|
},
|
||||||
viewAnswer(item) {
|
viewAnswer(item) {
|
||||||
this.$store.commit('setQuestion', item);
|
this.$store.commit('setQuestion', item);
|
||||||
this.$u.route('pageE/setting/question');
|
this.$u.route('pageE/setting/question');
|
||||||
|
|||||||
58
pageE/setting/updateVersion.vue
Normal file
@@ -0,0 +1,58 @@
|
|||||||
|
<template>
|
||||||
|
<u-modal v-model="show" :show-cancel-button="true" confirm-text="升级" title="发现新版本" @cancel="cancel" @confirm="confirm">
|
||||||
|
<view class="u-update-content">
|
||||||
|
<rich-text :nodes="content"></rich-text>
|
||||||
|
</view>
|
||||||
|
</u-modal>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
show: true,
|
||||||
|
// 传递给uni-app"rich-text"组件的内容,可以使用"<br>"进行换行
|
||||||
|
content: `
|
||||||
|
1. 新增几个bug<br>
|
||||||
|
2. 新增Modal模态框组件<br>
|
||||||
|
3. 新增压窗屏组件,可以在APP上以弹窗的形式遮盖导航栏和底部tabbar<br>
|
||||||
|
`,
|
||||||
|
}
|
||||||
|
},
|
||||||
|
onReady() {
|
||||||
|
this.show = true;
|
||||||
|
},
|
||||||
|
methods: {
|
||||||
|
cancel() {
|
||||||
|
this.closeModal();
|
||||||
|
},
|
||||||
|
confirm() {
|
||||||
|
this.closeModal();
|
||||||
|
},
|
||||||
|
closeModal() {
|
||||||
|
uni.navigateBack();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style scoped lang="scss">
|
||||||
|
page {
|
||||||
|
background-color: rgba(0, 0, 0, 0);
|
||||||
|
}
|
||||||
|
/deep/ .u-mode-center-box {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
// .u-full-content {
|
||||||
|
// background-color: #00C777;
|
||||||
|
// }
|
||||||
|
.u-update-content {
|
||||||
|
font-size: 26rpx;
|
||||||
|
color: $u-content-color;
|
||||||
|
line-height: 1.7;
|
||||||
|
padding: 30rpx;
|
||||||
|
}
|
||||||
|
::v-deep.u-mode-center-box {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
108
pageE/setting/version.vue
Normal file
@@ -0,0 +1,108 @@
|
|||||||
|
<template>
|
||||||
|
<view class="version">
|
||||||
|
<view class="header">
|
||||||
|
<image src="../../pageD/images/file.png" class="tit-img" mode=""></image>
|
||||||
|
<view class="title">德铭阳光</view>
|
||||||
|
<view class="tit-info">版本:{{ version }} for {{ phone_type }}</view>
|
||||||
|
</view>
|
||||||
|
<view class="main">
|
||||||
|
<view @click="viewAboutUs">
|
||||||
|
<text class="title">产品介绍</text>
|
||||||
|
<u-icon name="arrow-right" color="#999"></u-icon>
|
||||||
|
</view>
|
||||||
|
<view class="version-view">
|
||||||
|
<text class="title">版本更新</text>
|
||||||
|
<text class="tips" v-if="1">已是最新版本</text>
|
||||||
|
<text class="tips" v-else @click="updateVersion">发现新版本</text>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
</template>
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
version: "",
|
||||||
|
phone_type: "",
|
||||||
|
}
|
||||||
|
},
|
||||||
|
onLoad() {
|
||||||
|
this.getVersion();
|
||||||
|
this.phone_type = this.$u.os();
|
||||||
|
},
|
||||||
|
methods: {
|
||||||
|
// 检查版本号
|
||||||
|
getVersion() {
|
||||||
|
this.$u.post("Specialci/checkVersion",{ app_version: 1 }).then(res => {
|
||||||
|
// console.log(res);
|
||||||
|
this.version = res.data.app_version;
|
||||||
|
})
|
||||||
|
},
|
||||||
|
viewAboutUs() {
|
||||||
|
this.$u.route('/pageE/mine/ArticleDetails', {
|
||||||
|
type: 2
|
||||||
|
});
|
||||||
|
},
|
||||||
|
updateVersion() {
|
||||||
|
this.$u.route('/pageE/setting/updateVersion');
|
||||||
|
}
|
||||||
|
}
|
||||||
|
};
|
||||||
|
</script>
|
||||||
|
<style lang="scss" scoped>
|
||||||
|
.header {
|
||||||
|
width: 500rpx;
|
||||||
|
margin: 0 auto;
|
||||||
|
padding: 30rpx;
|
||||||
|
text-align: center;
|
||||||
|
.tit-img {
|
||||||
|
width: 200rpx;
|
||||||
|
height: 200rpx;
|
||||||
|
}
|
||||||
|
.title {
|
||||||
|
margin: 18rpx 0;
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 26rpx;
|
||||||
|
letter-spacing: 2rpx;
|
||||||
|
}
|
||||||
|
.tit-info {
|
||||||
|
font-size: 22rpx;
|
||||||
|
color: #666;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.main {
|
||||||
|
margin: 20rpx 0;
|
||||||
|
& > view {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: space-between;
|
||||||
|
width: 100%;
|
||||||
|
height: 100rpx;
|
||||||
|
padding: 0 20rpx;
|
||||||
|
line-height: 100rpx;
|
||||||
|
color: #333;
|
||||||
|
font-size: 30rpx;
|
||||||
|
background-color: #fff;
|
||||||
|
border-bottom: 1px solid #f2f2f2;
|
||||||
|
.title {
|
||||||
|
width: 200rpx;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.tips {
|
||||||
|
color: #999;
|
||||||
|
font-size: 22rpx;
|
||||||
|
}
|
||||||
|
.version-view {
|
||||||
|
.tips {
|
||||||
|
flex: 1;
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.u-content {
|
||||||
|
padding: 20rpx;
|
||||||
|
font-size: 30rpx;
|
||||||
|
text-indent: 1rem;
|
||||||
|
line-height: 1.2;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
@@ -3,13 +3,14 @@
|
|||||||
<u-tabs-swiper ref="tabs" :list="list" :is-scroll="false" active-color="#FF780F" :current="current" font-size="32" :show-bar="false" @change="tabsChange" height="88" ></u-tabs-swiper>
|
<u-tabs-swiper ref="tabs" :list="list" :is-scroll="false" active-color="#FF780F" :current="current" font-size="32" :show-bar="false" @change="tabsChange" height="88" ></u-tabs-swiper>
|
||||||
<swiper :current="swiperCurrent" @animationfinish="animationfinish" :style="{ height: swiperHeight }">
|
<swiper :current="swiperCurrent" @animationfinish="animationfinish" :style="{ height: swiperHeight }">
|
||||||
<swiper-item class="swiper-item" v-for="(_, index) in list" :key="index">
|
<swiper-item class="swiper-item" v-for="(_, index) in list" :key="index">
|
||||||
<scroll-view scroll-y class="scroll-coupon">
|
<scroll-view scroll-y class="scroll-coupon" @scrolltolower="onreachBottom">
|
||||||
<view v-if="couponList[index]">
|
<view v-if="couponList[index]">
|
||||||
<view class="coupon-item" v-for="(coupon, c_index) in couponList[index]" :key="c_index">
|
<view class="coupon-item" v-for="(coupon, c_index) in couponList[index]" :key="c_index">
|
||||||
<Coupon :couponInfo="coupon" :status='index' @use="useCoupon($event)" :goodsClass="goodsClass"></Coupon>
|
<Coupon :couponInfo="coupon" :status='index' @use="useCoupon($event)" :goodsClass="goodsClass"></Coupon>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<u-empty text="暂无优惠券" mode="coupon" v-if="!couponList[index] || !couponList[index].length"></u-empty>
|
<u-empty text="暂无优惠券" mode="coupon" v-if="!couponList[index] || !couponList[index].length"></u-empty>
|
||||||
|
<u-loadmore :status="loadStatus[current]" bgColor="#FFFFFF" font-size="14" margin-top="20" margin-bottom="20" @loadmore="onreachBottom" v-if="!couponList[index] || couponList[index].length>=pageSize"></u-loadmore>
|
||||||
</scroll-view>
|
</scroll-view>
|
||||||
</swiper-item>
|
</swiper-item>
|
||||||
</swiper>
|
</swiper>
|
||||||
@@ -32,6 +33,10 @@ export default {
|
|||||||
swiperHeight: '',
|
swiperHeight: '',
|
||||||
couponList: [],
|
couponList: [],
|
||||||
goodsClass: [],
|
goodsClass: [],
|
||||||
|
pageSize: 6,
|
||||||
|
page: 0,
|
||||||
|
timer: true,
|
||||||
|
loadStatus: ['loadmore', 'loadmore', 'loadmore'],
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
components: {
|
components: {
|
||||||
@@ -46,8 +51,7 @@ export default {
|
|||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
current(value) {
|
current(value) {
|
||||||
let status = value + 1;
|
this.getMemberCouponList(value);
|
||||||
this.getMemberCouponList(status);
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
@@ -56,20 +60,35 @@ export default {
|
|||||||
this.goodsClass = res.data;
|
this.goodsClass = res.data;
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
getMemberCouponList(current) {
|
async getMemberCouponList({ load = 'reload' }) {
|
||||||
this.$u.api.getMemberCouponList({
|
if(load == 'reload') this.page = 0;
|
||||||
status: current
|
const res = await this.$u.api.getMemberCouponList({
|
||||||
}).then(res => {
|
status: this.current + 1, // 代金券状态 1:未用 2:已用 3:过期 4:收回
|
||||||
if(res.errCode == 0) {
|
page: this.page,
|
||||||
this.couponList[this.current] = res.data;
|
})
|
||||||
} else {
|
this.timer = true;
|
||||||
this.couponList[this.current] = [];
|
if(load == 'reload') this.couponList[this.current] = res.data;
|
||||||
}
|
else if(load == 'loadmore') this.couponList[this.current].push(...res.data);
|
||||||
this.$forceUpdate();
|
this.$forceUpdate();
|
||||||
|
// console.log(this.couponList);
|
||||||
|
return res.data.length;
|
||||||
|
},
|
||||||
|
onreachBottom() {
|
||||||
|
if(!this.timer) return false;
|
||||||
|
this.timer = false;
|
||||||
|
this.loadStatus.splice(this.current, 1, "loading");
|
||||||
|
this.page++;
|
||||||
|
this.getMemberCouponList({ load: 'loadmore' }).then(length => {
|
||||||
|
this.loadStatus.splice(this.current, 1, "nomore");
|
||||||
|
if(length == 0) this.page--;
|
||||||
|
}).catch(() => {
|
||||||
|
this.loadStatus.splice(this.current, 1, "nomore");
|
||||||
|
console.log(this.loadStatus[this.current]);
|
||||||
|
this.page--;
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
useCoupon(coupon) {
|
useCoupon(coupon) {
|
||||||
console.log(coupon);
|
// console.log(coupon);
|
||||||
// if(coupon.type == 1) {
|
// if(coupon.type == 1) {
|
||||||
// this.$u.route({
|
// this.$u.route({
|
||||||
// type: 'switchTab',
|
// type: 'switchTab',
|
||||||
@@ -81,7 +100,7 @@ export default {
|
|||||||
// });
|
// });
|
||||||
// }
|
// }
|
||||||
this.$u.route('pageE/useCoupon/index', {
|
this.$u.route('pageE/useCoupon/index', {
|
||||||
cid: coupon.voucher_id,
|
cid: coupon.vouchertemplate_id,
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
setViewHeight() {
|
setViewHeight() {
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<u-action-sheet :list="actionList" v-model="showAction" :cancel-btn="true" @click="delHistory" border-radius="20"></u-action-sheet>
|
<u-action-sheet :list="actionList" v-model="showAction" :cancel-btn="true" @click="delHistory" border-radius="20"></u-action-sheet>
|
||||||
<u-empty text="暂无足迹" mode="list" color="#000" v-if="!historyList.length"></u-empty>
|
<u-empty text="暂无足迹" mode="list" color="#000" v-if="!historyList.length"></u-empty>
|
||||||
<u-loadmore :status="loadStatus" bgColor="#ECECEC" margin-top="20" margin-bottom="20" v-if="historyList.length > pageSize" @loadmore="reachBottom"></u-loadmore>
|
<u-loadmore class="load-size" :status="loadStatus" bgColor="#ECECEC" margin-top="20" margin-bottom="20" v-if="historyList.length >= pageSize" @loadmore="reachBottom"></u-loadmore>
|
||||||
</scroll-view>
|
</scroll-view>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
<view class="order-status">{{ item.order_status | viewStatus }}</view>
|
<view class="order-status">{{ item.order_status | viewStatus }}</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="order-info">
|
<view class="order-info">
|
||||||
<image :src="type == 1 ? item.goods_image : item.images[0]"></image>
|
<image :src="type == 1 ? item.goods_image : item.images[0]" mode="aspectFit"></image>
|
||||||
<view v-if="item.deliver_goods_type == 2 && item.order_status == 20">
|
<view v-if="item.deliver_goods_type == 2 && item.order_status == 20">
|
||||||
<view>骑手名字:{{ item.takeawayer_name || '' }}</view>
|
<view>骑手名字:{{ item.takeawayer_name || '' }}</view>
|
||||||
<view>联系方式:{{ item.takeawayer_mobile || '' }}</view>
|
<view>联系方式:{{ item.takeawayer_mobile || '' }}</view>
|
||||||
|
|||||||
@@ -85,7 +85,7 @@
|
|||||||
</view>
|
</view>
|
||||||
</u-upload>
|
</u-upload>
|
||||||
</view>
|
</view>
|
||||||
<view class="wash-btn" @click="submitImage">确认送洗</view>
|
<view class="wash-btn" @click="$u.throttle(submitImage, 2000)">确认送洗</view>
|
||||||
</scroll-view>
|
</scroll-view>
|
||||||
</swiper-item>
|
</swiper-item>
|
||||||
<swiper-item class="swiper-item">
|
<swiper-item class="swiper-item">
|
||||||
@@ -141,7 +141,7 @@
|
|||||||
</view>
|
</view>
|
||||||
</u-upload>
|
</u-upload>
|
||||||
</view>
|
</view>
|
||||||
<view class="wash-btn" @click="submitImage">确认送洗</view>
|
<view class="wash-btn" @click="$u.throttle(submitImage, 2000)">确认送洗</view>
|
||||||
</swiper-item>
|
</swiper-item>
|
||||||
</swiper>
|
</swiper>
|
||||||
<u-select v-model="showClothesType" :list="typeList" value-name="id" label-name="name" @confirm="confirmType" mode="single-column"></u-select>
|
<u-select v-model="showClothesType" :list="typeList" value-name="id" label-name="name" @confirm="confirmType" mode="single-column"></u-select>
|
||||||
@@ -160,7 +160,7 @@
|
|||||||
<text>选择订单</text>
|
<text>选择订单</text>
|
||||||
<u-icon name="close" color="#A29FA3" size="32" @click="showPopup=false"></u-icon>
|
<u-icon name="close" color="#A29FA3" size="32" @click="showPopup=false"></u-icon>
|
||||||
</view>
|
</view>
|
||||||
<scroll-view scroll-y class="order-list">
|
<scroll-view scroll-y class="order-list" @scrolltolower="onreachBottom">
|
||||||
<u-radio-group v-model="value" @change="radioChange">
|
<u-radio-group v-model="value" @change="radioChange">
|
||||||
<view v-for="(items, index) in orderList" :key="index" class="order-item">
|
<view v-for="(items, index) in orderList" :key="index" class="order-item">
|
||||||
<view class="store">
|
<view class="store">
|
||||||
@@ -195,6 +195,7 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</u-radio-group>
|
</u-radio-group>
|
||||||
|
<u-loadmore :status="loadStatu" bgColor="#FFFFFF" font-size="14" margin-top="20" margin-bottom="20"></u-loadmore>
|
||||||
</scroll-view>
|
</scroll-view>
|
||||||
<view class="order-btn" @click="confirm">确认</view>
|
<view class="order-btn" @click="confirm">确认</view>
|
||||||
</view>
|
</view>
|
||||||
@@ -222,7 +223,7 @@ export default {
|
|||||||
}],
|
}],
|
||||||
typeList: [], // 商品类型列表
|
typeList: [], // 商品类型列表
|
||||||
orderList: [], // 商品列表
|
orderList: [], // 商品列表
|
||||||
page: 0,
|
page: 1,
|
||||||
current: 0,
|
current: 0,
|
||||||
swiperCurrent: 0,
|
swiperCurrent: 0,
|
||||||
areaList: [], // 地址列表
|
areaList: [], // 地址列表
|
||||||
@@ -244,6 +245,8 @@ export default {
|
|||||||
name: 'common', // 其他图片
|
name: 'common', // 其他图片
|
||||||
},
|
},
|
||||||
debounce: true,
|
debounce: true,
|
||||||
|
timer: true,
|
||||||
|
loadStatu: 'loadmore'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
@@ -284,20 +287,38 @@ export default {
|
|||||||
// console.log(e);
|
// console.log(e);
|
||||||
this.type = e[0];
|
this.type = e[0];
|
||||||
},
|
},
|
||||||
|
onreachBottom() {
|
||||||
|
if(!this.timer) return false;
|
||||||
|
this.timer = false;
|
||||||
|
this.loadStatu = "loading";
|
||||||
|
this.page++;
|
||||||
|
this.getOrderList({ load: 'loadmore' }).then(length => {
|
||||||
|
if(length == 0) {
|
||||||
|
this.page--;
|
||||||
|
this.loadStatu = "nomore";
|
||||||
|
} else {
|
||||||
|
this.loadStatu = "loadmore";
|
||||||
|
}
|
||||||
|
}).catch(() => {
|
||||||
|
this.loadStatu = "nomore";
|
||||||
|
this.page--;
|
||||||
|
})
|
||||||
|
},
|
||||||
async getOrderList({ load = 'reload' } = {}) {
|
async getOrderList({ load = 'reload' } = {}) {
|
||||||
const res = await this.$u.api.getOrderList({
|
const res = await this.$u.api.getSendOrderList({
|
||||||
page: this.page,
|
page: this.page,
|
||||||
// type: '40',
|
|
||||||
})
|
})
|
||||||
this.timer = true;
|
this.timer = true;
|
||||||
if(res.errCode == 0) {
|
if(res.errCode == 0) {
|
||||||
if(load == 'reload') this.orderList = res.data;
|
if(load == 'reload') this.orderList = res.data;
|
||||||
else this.orderList.push(...res.data);
|
else this.orderList.push(...res.data);
|
||||||
}
|
}
|
||||||
return res;
|
return res.data.length;
|
||||||
},
|
},
|
||||||
submitImage() {
|
submitImage() {
|
||||||
if(!this.debounce) return;
|
// console.log(222);
|
||||||
|
if(!this.debounce) return false;
|
||||||
|
// console.log(111);
|
||||||
this.debounce = false;
|
this.debounce = false;
|
||||||
this.current == 0 ? this.$refs.platform.upload() : this.$refs.physical.upload();
|
this.current == 0 ? this.$refs.platform.upload() : this.$refs.physical.upload();
|
||||||
},
|
},
|
||||||
@@ -318,42 +339,42 @@ export default {
|
|||||||
validationParams() {
|
validationParams() {
|
||||||
if (this.current == 1) {
|
if (this.current == 1) {
|
||||||
if(this.$u.test.isEmpty(this.goodsName)) {
|
if(this.$u.test.isEmpty(this.goodsName)) {
|
||||||
this.showToast('商品名称不能为空', 'warning');
|
this.$u.toast('商品名称不能为空');
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(this.current == 0) {
|
if(this.current == 0) {
|
||||||
if(JSON.stringify(this.checkedGoods) == '{}') {
|
if(JSON.stringify(this.checkedGoods) == '{}') {
|
||||||
this.showToast('订单不能为空', 'warning');
|
this.$u.toast('订单不能为空');
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(this.$u.test.isEmpty(this.goodsStatus)) {
|
if(this.$u.test.isEmpty(this.goodsStatus)) {
|
||||||
this.showToast('衣服状况不能为空', 'warning');
|
this.$u.toast('衣服状况不能为空');
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
if(JSON.stringify(this.type) == '{}') {
|
if(JSON.stringify(this.type) == '{}') {
|
||||||
this.showToast('商品类型不能为空', 'warning');
|
this.$u.toast('商品类型不能为空');
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
if(this.$u.test.isEmpty(this.name)) {
|
if(this.$u.test.isEmpty(this.name)) {
|
||||||
this.showToast('送洗人不能为空', 'warning');
|
this.$u.toast('送洗人不能为空');
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
if(this.$u.test.isEmpty(this.phone)) {
|
if(this.$u.test.isEmpty(this.phone)) {
|
||||||
this.showToast('手机号不能为空', 'warning');
|
this.$u.toast('手机号不能为空');
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
if(!this.$u.test.mobile(this.phone)) {
|
if(!this.$u.test.mobile(this.phone)) {
|
||||||
this.showToast('手机号错误', 'warning');
|
this.$u.toast('手机号错误');
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
if(this.$u.test.isEmpty(this.area)) {
|
if(this.$u.test.isEmpty(this.area)) {
|
||||||
this.showToast('地址不能为空', 'warning');
|
this.$u.toast('地址不能为空');
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
if(this.$u.test.isEmpty(this.address)) {
|
if(this.$u.test.isEmpty(this.address)) {
|
||||||
this.showToast('详细地址不能为空', 'warning');
|
this.$u.toast('详细地址不能为空');
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
@@ -383,11 +404,10 @@ export default {
|
|||||||
}
|
}
|
||||||
// console.log(params);
|
// console.log(params);
|
||||||
this.$u.api.sendLaundrySave(params).then(res => {
|
this.$u.api.sendLaundrySave(params).then(res => {
|
||||||
this.$u.toast(res.message);
|
// this.$u.toast(res.message);
|
||||||
if(res.errCode == 0) {
|
if(res.errCode == 0) {
|
||||||
this.$refs.uToast.show({
|
this.$refs.uToast.show({
|
||||||
title: res.message,
|
title: res.message,
|
||||||
type: 'success',
|
|
||||||
back: true,
|
back: true,
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
@@ -452,12 +472,6 @@ export default {
|
|||||||
this.choose = false;
|
this.choose = false;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
showToast(message, type) {
|
|
||||||
this.$refs.uToast.show({
|
|
||||||
title: message,
|
|
||||||
type: type,
|
|
||||||
})
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -78,10 +78,10 @@ export default {
|
|||||||
})
|
})
|
||||||
this.timer = true;
|
this.timer = true;
|
||||||
if(res.errCode == 0) {
|
if(res.errCode == 0) {
|
||||||
if(load == 'reload') this.goodsList = res.data.data;
|
if(load == 'reload') this.goodsList = res.data;
|
||||||
else if(load == 'loadmore') this.goodsList.push(...res.data.data);
|
else if(load == 'loadmore') this.goodsList.push(...res.data);
|
||||||
}
|
}
|
||||||
return res.data.data.length;
|
return res.data.length;
|
||||||
},
|
},
|
||||||
loadMore() {
|
loadMore() {
|
||||||
if(this.goodsList.length < this.pageSize) return false;
|
if(this.goodsList.length < this.pageSize) return false;
|
||||||
@@ -106,7 +106,7 @@ export default {
|
|||||||
},
|
},
|
||||||
setViewHeight() {
|
setViewHeight() {
|
||||||
const res = uni.getSystemInfoSync();
|
const res = uni.getSystemInfoSync();
|
||||||
this.scrollHeight = res.windowHeight - (res.windowWidth / 750) * 90 + 'px';
|
this.scrollHeight = res.windowHeight - (res.windowWidth / 750) * (90 + 30) + 'px';
|
||||||
},
|
},
|
||||||
toDetailsPage(id) {
|
toDetailsPage(id) {
|
||||||
this.$u.route('/pageB/sdetails/index', {
|
this.$u.route('/pageB/sdetails/index', {
|
||||||
|
|||||||
32
pages.json
@@ -370,7 +370,7 @@
|
|||||||
"searchInput": {
|
"searchInput": {
|
||||||
"align": "left",
|
"align": "left",
|
||||||
"borderRadius": "15px",
|
"borderRadius": "15px",
|
||||||
"placeholder": "搜索您需要的商品",
|
"placeholder": "搜索您需要的本店铺商品",
|
||||||
"backgroundColor": "rgb(236,236,236)",
|
"backgroundColor": "rgb(236,236,236)",
|
||||||
"disabled": true
|
"disabled": true
|
||||||
}
|
}
|
||||||
@@ -862,8 +862,9 @@
|
|||||||
"app-plus": {
|
"app-plus": {
|
||||||
"titleSize": "36px",
|
"titleSize": "36px",
|
||||||
"titleNView": {
|
"titleNView": {
|
||||||
"type": "transparent",
|
"type": "default",
|
||||||
"titleColor": "#ffffff"
|
"titleColor": "#ffffff",
|
||||||
|
"backgroundColor":"#F09C6A"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -992,6 +993,31 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"path": "setting/version",
|
||||||
|
"style": {
|
||||||
|
"navigationBarTitleText": "关于我们",
|
||||||
|
"app-plus": {
|
||||||
|
"titleSize": "36px",
|
||||||
|
"titleNView": {
|
||||||
|
"titleColor": "#333333",
|
||||||
|
"backgroundColor": "#FFFFFF"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "setting/updateVersion",
|
||||||
|
"style": {
|
||||||
|
"navigationStyle": "custom", // 取消本页面的导航栏
|
||||||
|
"app-plus": {
|
||||||
|
"animationType": "fade-in", // 设置fade-in淡入动画,为最合理的动画类型
|
||||||
|
"background": "transparent", // 背景透明
|
||||||
|
"backgroundColor": "rgba(0,0,0,0)", // 背景透明
|
||||||
|
"popGesture": "none" // 关闭IOS屏幕左边滑动关闭当前页面的功能
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"path": "order/Index",
|
"path": "order/Index",
|
||||||
"style": {
|
"style": {
|
||||||
|
|||||||
@@ -39,7 +39,8 @@
|
|||||||
</scroll-view>
|
</scroll-view>
|
||||||
</swiper-item>
|
</swiper-item>
|
||||||
<swiper-item>
|
<swiper-item>
|
||||||
<scroll-view style="width:100%;height:100%" scroll-y="true" @scrolltolower="swiperBottom">
|
<scroll-view style="width:100%;height:100%" scroll-y="true" @scrolltolower="swiperBottomLive(e)" :refresher-enabled="true" @refresherrefresh="dianji(1)" :refresher-triggered="refresher" @refresherpulling="onPulling"
|
||||||
|
@refresherrestore="onRestore" @refresherabort="onAbort">
|
||||||
<view class="box">
|
<view class="box">
|
||||||
<u-swiper mode="dot" :list="zhiboImageSwiper" name="adv_code" @click="clickSImage($event, 2)"></u-swiper>
|
<u-swiper mode="dot" :list="zhiboImageSwiper" name="adv_code" @click="clickSImage($event, 2)"></u-swiper>
|
||||||
<view class="list">
|
<view class="list">
|
||||||
@@ -52,8 +53,12 @@
|
|||||||
:key="item.live_id" :name="item.room_name" :image="item.cover_img" :url="item.url" :item="item" @updateList="updateList"></zhiboItem>
|
:key="item.live_id" :name="item.room_name" :image="item.cover_img" :url="item.url" :item="item" @updateList="updateList"></zhiboItem>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<u-loadmore class="load-size" color="#999999" :status="status" icon-type="iconType" margin-top="50" margin-bottom="50" :load-text="loadText" />
|
<view style="height:600rpx" v-if="tabLiveLists.length == 0">
|
||||||
|
<u-empty text="暂无直播信息" mode="list"></u-empty>
|
||||||
</view>
|
</view>
|
||||||
|
<u-loadmore class="load-size" color="#999999" :status="status" v-if="tabLiveLists.length !=0" icon-type="iconType" margin-top="50" margin-bottom="50" :load-text="loadText" />
|
||||||
|
</view>
|
||||||
|
|
||||||
</scroll-view>
|
</scroll-view>
|
||||||
</swiper-item>
|
</swiper-item>
|
||||||
<swiper-item>
|
<swiper-item>
|
||||||
@@ -217,6 +222,7 @@
|
|||||||
|
|
||||||
</style>
|
</style>
|
||||||
<script>
|
<script>
|
||||||
|
import common from '@/static/js/common.js';
|
||||||
import { mapState } from 'vuex'
|
import { mapState } from 'vuex'
|
||||||
import videoItem from "@/components/index/video-item/index"
|
import videoItem from "@/components/index/video-item/index"
|
||||||
import zhiboItem from "@/components/index/zhibo-item/index"
|
import zhiboItem from "@/components/index/zhibo-item/index"
|
||||||
@@ -240,6 +246,7 @@
|
|||||||
num: 0,
|
num: 0,
|
||||||
page: 1, // 0即第一页
|
page: 1, // 0即第一页
|
||||||
follow_page: 0, //
|
follow_page: 0, //
|
||||||
|
live_page: 1, //
|
||||||
articleList: [],
|
articleList: [],
|
||||||
recommendList: [], // 推荐达人
|
recommendList: [], // 推荐达人
|
||||||
indexImageSwiper: [],
|
indexImageSwiper: [],
|
||||||
@@ -248,12 +255,14 @@
|
|||||||
fansList: [], // 关注的发现列表
|
fansList: [], // 关注的发现列表
|
||||||
status: 'loadmore',
|
status: 'loadmore',
|
||||||
status_1: 'loadmore',
|
status_1: 'loadmore',
|
||||||
|
status_live: 'loadmore',
|
||||||
iconType: 'circle',
|
iconType: 'circle',
|
||||||
loadText: {
|
loadText: {
|
||||||
loadmore: '轻轻上拉',
|
loadmore: '轻轻上拉',
|
||||||
loading: '努力加载中',
|
loading: '努力加载中',
|
||||||
nomore: '实在没有了'
|
nomore: '实在没有了'
|
||||||
},
|
},
|
||||||
|
refresher:true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
components: {
|
components: {
|
||||||
@@ -263,42 +272,74 @@
|
|||||||
darenItem
|
darenItem
|
||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
this.page = 1;
|
console.log(this.imService.status)
|
||||||
if (this.page != 1) {
|
if(!this.imService.status && this.$store.state.hasLogin){
|
||||||
this.articleList = [];
|
|
||||||
}
|
|
||||||
this.getArticlelist();
|
|
||||||
// if (this.hasLogin) {
|
|
||||||
// this.isNewmembervoucher();
|
|
||||||
// }
|
|
||||||
},
|
|
||||||
onLoad(){
|
|
||||||
this.getSwiper();
|
|
||||||
// 优惠券
|
|
||||||
if(this.$store.state.hasLogin){
|
|
||||||
this.isNewmembervoucher();
|
|
||||||
const user = uni.getStorageSync('user_info');
|
const user = uni.getStorageSync('user_info');
|
||||||
// console.log(user)
|
// console.log(user)
|
||||||
this.imService.login(user.member.member_id,user.member.member_nickname,user.member.member_avatar)
|
this.imService.login(user.member.member_id,user.member.member_nickname,user.member.member_avatar)
|
||||||
this.imService.connectIM()
|
this.imService.connectIM()
|
||||||
|
|
||||||
}else{
|
}else if(!this.imService.status){
|
||||||
this.$u.api.getDefaultAvatar().then((res)=>{
|
this.$u.api.getDefaultAvatar().then((res)=>{
|
||||||
console.log(res)
|
console.log(res)
|
||||||
uni.setStorageSync("morenimg",res.data.avatar)
|
uni.setStorageSync("morenimg",res.data.avatar)
|
||||||
this.imService.login(new Date().getTime(),"123",res.data.avatar)
|
this.imService.login(new Date().getTime(),"123",res.data.avatar)
|
||||||
this.imService.connectIM()
|
this.imService.connectIM()
|
||||||
|
console.log("用户信息")
|
||||||
})
|
})
|
||||||
|
console.log("链接")
|
||||||
}
|
}
|
||||||
let that = this
|
|
||||||
setTimeout(function(){
|
// if(!this.imService.status && !this.imService.lianjie){
|
||||||
that.imService.disconnect()
|
// console.log("1212")
|
||||||
|
// this.imService.lianjie = true
|
||||||
|
// let that = this
|
||||||
|
// setTimeout(function(){
|
||||||
|
// that.imService.disconnect()
|
||||||
// console.log("guanbi")
|
// console.log("guanbi")
|
||||||
},1000)
|
// },1000)
|
||||||
setTimeout(function(){
|
// setTimeout(function(){
|
||||||
// console.log("lianjie")
|
// console.log("lianjie")
|
||||||
that.imService.connectIM()
|
// that.imService.connectIM()
|
||||||
},2000)
|
// },2000)
|
||||||
|
// }
|
||||||
|
// 新人优惠券
|
||||||
|
if (this.$store.state.showCoupons) {
|
||||||
|
this.isNewmembervoucher();
|
||||||
|
}
|
||||||
|
},
|
||||||
|
async onLoad(){
|
||||||
|
this.articleList = [];
|
||||||
|
this.getArticlelist();
|
||||||
|
this.getSwiper();
|
||||||
|
// 优惠券
|
||||||
|
// if(this.$store.state.hasLogin){
|
||||||
|
// const user = uni.getStorageSync('user_info');
|
||||||
|
// // console.log(user)
|
||||||
|
// this.imService.login(user.member.member_id,user.member.member_nickname,user.member.member_avatar)
|
||||||
|
// await this.imService.connectIM()
|
||||||
|
|
||||||
|
// }else{
|
||||||
|
// await this.$u.api.getDefaultAvatar().then((res)=>{
|
||||||
|
// console.log(res)
|
||||||
|
// uni.setStorageSync("morenimg",res.data.avatar)
|
||||||
|
// this.imService.login(new Date().getTime(),"123",res.data.avatar)
|
||||||
|
// console.log("用户信息")
|
||||||
|
// })
|
||||||
|
// console.log("链接")
|
||||||
|
// await this.imService.connectIM()
|
||||||
|
|
||||||
|
// }
|
||||||
|
// console.log("1212")
|
||||||
|
// let that = this
|
||||||
|
// setTimeout(function(){
|
||||||
|
// that.imService.disconnect()
|
||||||
|
// console.log("guanbi")
|
||||||
|
// },1000)
|
||||||
|
// setTimeout(function(){
|
||||||
|
// console.log("lianjie")
|
||||||
|
// that.imService.connectIM()
|
||||||
|
// },2000)
|
||||||
},
|
},
|
||||||
onPullDownRefresh() {
|
onPullDownRefresh() {
|
||||||
this.page = 1;
|
this.page = 1;
|
||||||
@@ -314,27 +355,31 @@
|
|||||||
uni.showLoading({
|
uni.showLoading({
|
||||||
title: "loading..."
|
title: "loading..."
|
||||||
})
|
})
|
||||||
this.$u.api.tabLiveList({page:this.page}).then((res) => {
|
this.$u.api.tabLiveList({page:this.live_page}).then((res) => {
|
||||||
// uni.stopPullDownRefresh();
|
// uni.stopPullDownRefresh();
|
||||||
this.status = "loading";
|
this.status_live = "loading";
|
||||||
|
this.refresher = false;
|
||||||
console.log(res)
|
console.log(res)
|
||||||
if (res.errCode == 0) {
|
if (res.errCode == 0) {
|
||||||
uni.hideLoading();
|
uni.hideLoading();
|
||||||
if (this.page == 1) {
|
if (this.live_page == 1) {
|
||||||
this.tabLiveLists = res.data.data;
|
this.tabLiveLists = res.data.data;
|
||||||
this.status = "loadmore";
|
this.status_live = "loadmore";
|
||||||
} else if (res.data.data.length == 0 && this.page > 1) {
|
if (res.data.data.length < 4) {
|
||||||
this.status = "nomore";
|
this.status_live = "nomore";
|
||||||
|
}
|
||||||
|
} else if (res.data.data.length == 0 && this.live_page > 1) {
|
||||||
|
this.status_live = "nomore";
|
||||||
} else {
|
} else {
|
||||||
this.tabLiveLists = this.tabLiveLists.concat(res.data.data);
|
this.tabLiveLists = this.tabLiveLists.concat(res.data.data);
|
||||||
console.log(this.tabLiveLists)
|
console.log(this.tabLiveLists)
|
||||||
}
|
}
|
||||||
if (res.data.data.length == 0 && this.page > 1) {
|
if (res.data.data.length == 0 && this.live_page > 1) {
|
||||||
} else {
|
} else {
|
||||||
this.page++;
|
this.live_page++;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
this.status = "nomore"
|
this.status_live = "nomore"
|
||||||
}
|
}
|
||||||
|
|
||||||
})
|
})
|
||||||
@@ -368,28 +413,31 @@
|
|||||||
},
|
},
|
||||||
// 切换导航
|
// 切换导航
|
||||||
dianji(a) {
|
dianji(a) {
|
||||||
// console.log(a);
|
console.log(a);
|
||||||
|
|
||||||
if (a.type == "change") {
|
if (a.type == "change") {
|
||||||
this.num = a.detail.current
|
this.num = a.detail.current;
|
||||||
} else {
|
} else {
|
||||||
this.num = a;
|
this.num = a;
|
||||||
}
|
}
|
||||||
// console.log(this.num);
|
// console.log(this.num);
|
||||||
// 状态请求
|
// 状态请求
|
||||||
if (a.type == "change") { // 强制请求一次
|
if (a.type == "change" || this.num == 1) { // 强制请求一次
|
||||||
if (this.num == 0) {
|
if (this.num == 0) {
|
||||||
this.page = 1;
|
this.page = 1;
|
||||||
this.articleList = [];
|
this.articleList = [];
|
||||||
this.status = "loadmore";
|
this.status = "nomore";
|
||||||
this.getArticlelist();
|
this.getArticlelist();
|
||||||
this.getSwiper();
|
this.getSwiper();
|
||||||
} else if (this.num == 1) {
|
} else if (this.num == 1) {
|
||||||
this.page = 1;
|
this.live_page = 1;
|
||||||
|
this.status_live = "nomore";
|
||||||
this.getZhiBoSwiper(); // 直播轮播
|
this.getZhiBoSwiper(); // 直播轮播
|
||||||
this.tabLiveList();
|
this.tabLiveList();
|
||||||
} else if (this.num == 2) {
|
} else if (this.num == 2) {
|
||||||
this.follow_page = 0;
|
this.follow_page = 0;
|
||||||
this.fansList = [];
|
this.fansList = [];
|
||||||
|
this.status_1 = "nomore";
|
||||||
if (this.hasLogin) {
|
if (this.hasLogin) {
|
||||||
this.getFollowList(); // 关注列表
|
this.getFollowList(); // 关注列表
|
||||||
}
|
}
|
||||||
@@ -397,52 +445,43 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// 发现别表
|
// 发现列表
|
||||||
getArticlelist() {
|
getArticlelist() {
|
||||||
uni.showLoading({
|
|
||||||
title: "loading..."
|
|
||||||
})
|
|
||||||
this.$u.api.getArticlelist({
|
this.$u.api.getArticlelist({
|
||||||
page: this.page,
|
page: this.page,
|
||||||
is_video_img: 0, // 查询视频1 图文2 都查0
|
is_video_img: 0, // 查询视频1 图文2 都查0
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
// uni.stopPullDownRefresh();
|
uni.stopPullDownRefresh();
|
||||||
this.status = "loading";
|
this.status = "loading";
|
||||||
if (res.errCode == 0) {
|
if (res.errCode == 0) {
|
||||||
uni.hideLoading();
|
|
||||||
if (this.page == 1) {
|
if (this.page == 1) {
|
||||||
this.articleList = res.data.list;
|
this.articleList = res.data.list;
|
||||||
this.status = "loadmore";
|
if (!res.data.length) {
|
||||||
} else if (res.data.length == 0 && this.page > 1) {
|
this.status = "nomore";
|
||||||
|
}
|
||||||
|
} else if (res.data.length == 0) {
|
||||||
this.status = "nomore";
|
this.status = "nomore";
|
||||||
} else {
|
} else {
|
||||||
this.articleList = this.articleList.concat(res.data.list);
|
this.articleList = this.articleList.concat(res.data.list);
|
||||||
}
|
}
|
||||||
if (res.data.length == 0 && this.page > 1) {
|
|
||||||
} else {
|
|
||||||
this.page++;
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
this.status = "nomore"
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
console.log(this.page);
|
||||||
},
|
},
|
||||||
// 屏蔽更新列表
|
// 屏蔽更新列表
|
||||||
updateList() {
|
updateList() {
|
||||||
this.page = 1;
|
this.page = 1;
|
||||||
|
this.articleList = [];
|
||||||
this.getArticlelist();
|
this.getArticlelist();
|
||||||
this.tabLiveList()
|
this.tabLiveList();
|
||||||
},
|
},
|
||||||
// 发现下拉加载
|
// 发现下拉加载
|
||||||
swiperBottom(e) {
|
swiperBottom(e) {
|
||||||
if(this.num == 0 ){
|
this.page++;
|
||||||
this.getArticlelist();
|
this.getArticlelist();
|
||||||
|
},
|
||||||
}else if(this.num == 1){
|
swiperBottomLive() {
|
||||||
console.log(123)
|
this.tabLiveList();
|
||||||
this.tabLiveList()
|
|
||||||
}
|
|
||||||
// console.log(e);
|
|
||||||
},
|
},
|
||||||
swiperTop() {
|
swiperTop() {
|
||||||
// uni.startPullDownRefresh();
|
// uni.startPullDownRefresh();
|
||||||
@@ -494,40 +533,20 @@
|
|||||||
},
|
},
|
||||||
clickFImage(index) {
|
clickFImage(index) {
|
||||||
const item = this.indexImageSwiper[index];
|
const item = this.indexImageSwiper[index];
|
||||||
console.log(item);
|
// console.log(item);
|
||||||
this.activityLink({
|
this.jumpPage({
|
||||||
type: item.url_type,
|
type: item.url_type,
|
||||||
id: item.info_id
|
id: item.info_id,
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
clickSImage(index) {
|
clickSImage(index) {
|
||||||
const item = this.zhiboImageSwiper[index];
|
const item = this.zhiboImageSwiper[index];
|
||||||
console.log(item);
|
// console.log(item);
|
||||||
this.activityLink({
|
this.jumpPage({
|
||||||
type: item.url_type,
|
type: item.url_type,
|
||||||
id: item.info_id
|
id: item.info_id,
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
activityLink({
|
|
||||||
type,
|
|
||||||
id
|
|
||||||
}) {
|
|
||||||
console.log(type,id);
|
|
||||||
if (type == 0) return false;
|
|
||||||
// type 1 商品详情页, 2 店铺详情页
|
|
||||||
const url = type == 1 ? 'pageB/sdetails/index' : 'pageC/merchant/index';
|
|
||||||
let params = {
|
|
||||||
id: id
|
|
||||||
};
|
|
||||||
// type: 1 // 商品详情 1普通 2拼团 3秒杀 4优惠券
|
|
||||||
if (type == 1) Object.assign(params, {
|
|
||||||
type: 1
|
|
||||||
});
|
|
||||||
this.$u.route({
|
|
||||||
url: url,
|
|
||||||
params: params
|
|
||||||
})
|
|
||||||
},
|
|
||||||
goSearch() {
|
goSearch() {
|
||||||
this.$u.route("/pageB/search/index", {
|
this.$u.route("/pageB/search/index", {
|
||||||
type: 2,
|
type: 2,
|
||||||
@@ -536,12 +555,27 @@
|
|||||||
},
|
},
|
||||||
// 是否显示新人优惠券
|
// 是否显示新人优惠券
|
||||||
isNewmembervoucher() {
|
isNewmembervoucher() {
|
||||||
|
this.$store.commit('updateShowCoupons', false);
|
||||||
this.$u.api.isNewmembervoucher().then(res => {
|
this.$u.api.isNewmembervoucher().then(res => {
|
||||||
if(res.errCode == 0) {
|
if(res.errCode == 0) {
|
||||||
this.$u.route('/pageB/coupon/index');
|
this.$u.route('/pageB/coupon/index');
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
onPulling(e) {
|
||||||
|
console.log("onpulling", e);
|
||||||
|
},
|
||||||
|
onRestore() {
|
||||||
|
this.refresher = 'restore'; // 需要重置
|
||||||
|
console.log("onRestore");
|
||||||
|
},
|
||||||
|
onAbort() {
|
||||||
|
console.log("onAbort");
|
||||||
|
},
|
||||||
|
jumpPage(uri) {
|
||||||
|
// console.log(uri);
|
||||||
|
common.jumpPage({ type: uri.type, id: uri.id });
|
||||||
|
}
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -125,7 +125,7 @@
|
|||||||
const token = uni.getStorageSync('token');
|
const token = uni.getStorageSync('token');
|
||||||
let that = this
|
let that = this
|
||||||
uni.request({
|
uni.request({
|
||||||
url:"https://dmmall.sdbairui.com/api/Specialci/getAtwillUserInfo",
|
url:"https://mall.dmygkeji.com/api/Specialci/getAtwillUserInfo",
|
||||||
data:{
|
data:{
|
||||||
userId: 1
|
userId: 1
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -4,17 +4,6 @@
|
|||||||
<view class="top">
|
<view class="top">
|
||||||
<u-avatar @click="toOtherPage('/mine/MineInfo')" :src="userInfo.member_avatar + '?' + new Date().getTime()" :size="110"></u-avatar>
|
<u-avatar @click="toOtherPage('/mine/MineInfo')" :src="userInfo.member_avatar + '?' + new Date().getTime()" :size="110"></u-avatar>
|
||||||
<view class="user-info">
|
<view class="user-info">
|
||||||
<!-- <view class="info-left">
|
|
||||||
<view class="user-nickname u-line-1">{{ userInfo.member_nickname }}</view>
|
|
||||||
<view class="user-medal" @click="toOtherPage('/mine/MedalIntroduction')">
|
|
||||||
<image src="/static/image/mine/13.png"></image>
|
|
||||||
<view class="rank-title">{{ userInfo.member_grade_name }}</view>
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
<view class="info-right">
|
|
||||||
<view class="info-phone">{{ userInfo.member_mobile | phoneFormat }}</view>
|
|
||||||
<view class="user-rank">等级:{{ userInfo.member_level || 0 }}级</view>
|
|
||||||
</view> -->
|
|
||||||
<view class="info-top">
|
<view class="info-top">
|
||||||
<view class="user-nickname u-line-1">{{ userInfo.member_nickname }}</view>
|
<view class="user-nickname u-line-1">{{ userInfo.member_nickname }}</view>
|
||||||
<view class="info-phone">{{ userInfo.member_mobile | phoneFormat }}</view>
|
<view class="info-phone">{{ userInfo.member_mobile | phoneFormat }}</view>
|
||||||
@@ -62,9 +51,17 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="content">
|
<view class="content">
|
||||||
<view @click="toOtherPage('/order/Index?current=1')">
|
<view v-for="(item, index) in orderList" :key="index" @click="toOtherPage(item.link)">
|
||||||
|
<image :src="item.img"></image>
|
||||||
|
<view>{{ item.title }}</view>
|
||||||
|
<view class="order-num" v-if="item.number">
|
||||||
|
<text>{{ item.number }}</text>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
<!-- <view @click="toOtherPage('/order/Index?current=1')">
|
||||||
<image src="/static/image/mine/6.png"></image>
|
<image src="/static/image/mine/6.png"></image>
|
||||||
<view>待支付</view>
|
<view>待支付</view>
|
||||||
|
<view class="order-num">{{ 99 }}</view>
|
||||||
</view>
|
</view>
|
||||||
<view @click="toOtherPage('/order/Index?current=2')">
|
<view @click="toOtherPage('/order/Index?current=2')">
|
||||||
<image src="/static/image/mine/35.png"></image>
|
<image src="/static/image/mine/35.png"></image>
|
||||||
@@ -89,7 +86,7 @@
|
|||||||
<view @click="toOtherPage('/order/Index?current=7')">
|
<view @click="toOtherPage('/order/Index?current=7')">
|
||||||
<image src="/static/image/mine/9.png"></image>
|
<image src="/static/image/mine/9.png"></image>
|
||||||
<view>售后</view>
|
<view>售后</view>
|
||||||
</view>
|
</view> -->
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="tool">
|
<view class="tool">
|
||||||
@@ -111,6 +108,10 @@
|
|||||||
<image src="/static/image/mine/25.png"></image>
|
<image src="/static/image/mine/25.png"></image>
|
||||||
<view>优惠券</view>
|
<view>优惠券</view>
|
||||||
</view>
|
</view>
|
||||||
|
<view @click="toOtherPage('/order/Index?current=4')">
|
||||||
|
<image src="/static/image/mine/39.png"></image>
|
||||||
|
<view>试穿试送</view>
|
||||||
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="more-tool">
|
<view class="more-tool">
|
||||||
@@ -132,6 +133,7 @@
|
|||||||
<image src="/static/image/mine/15.png"></image>
|
<image src="/static/image/mine/15.png"></image>
|
||||||
<view>投诉意见</view>
|
<view>投诉意见</view>
|
||||||
</view>
|
</view>
|
||||||
|
<!-- <view></view> -->
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@@ -147,6 +149,50 @@ export default {
|
|||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
userInfo: {},
|
userInfo: {},
|
||||||
|
orderList: [
|
||||||
|
{
|
||||||
|
name: 'wait_pay',
|
||||||
|
title: '待支付',
|
||||||
|
img: '/static/image/mine/6.png',
|
||||||
|
link: '/order/Index?current=1',
|
||||||
|
number: '',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'already_pay',
|
||||||
|
title: '待发货',
|
||||||
|
img: '/static/image/mine/35.png',
|
||||||
|
link: '/order/Index?current=2',
|
||||||
|
number: '',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'wait_receipt',
|
||||||
|
title: '待收货',
|
||||||
|
img: '/static/image/mine/2.png',
|
||||||
|
link: '/order/Index?current=3',
|
||||||
|
number: '',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'pintuan',
|
||||||
|
title: '拼团中',
|
||||||
|
img: '/static/image/mine/37.png',
|
||||||
|
link: '/order/Index?current=5',
|
||||||
|
number: '',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'wait_evaluation',
|
||||||
|
title: '待评价',
|
||||||
|
img: '/static/image/mine/3.png',
|
||||||
|
link: '/order/Index?current=6',
|
||||||
|
number: '',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'refund',
|
||||||
|
title: '售后',
|
||||||
|
img: '/static/image/mine/9.png',
|
||||||
|
link: '/order/Index?current=7',
|
||||||
|
number: '',
|
||||||
|
},
|
||||||
|
]
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
filters: {
|
filters: {
|
||||||
@@ -162,9 +208,11 @@ export default {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
this.getUserInfo();
|
this.getUserInfo();
|
||||||
|
this.getOrderNumber();
|
||||||
},
|
},
|
||||||
onNavigationBarButtonTap() {
|
onNavigationBarButtonTap(e) {
|
||||||
this.toOtherPage("/setting/Index");
|
// console.log(e);
|
||||||
|
if(e.index == 0) this.$u.route('/pageE/setting/Index');
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
getUserInfo() {
|
getUserInfo() {
|
||||||
@@ -176,7 +224,22 @@ export default {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
getOrderNumber() {
|
||||||
|
this.$u.api.getOrderNumber().then(res => {
|
||||||
|
const object = res.data;
|
||||||
|
for (const key in object) {
|
||||||
|
if (object.hasOwnProperty(key)) {
|
||||||
|
let element = object[key];
|
||||||
|
const order = this.orderList.filter(item => item.name == key);
|
||||||
|
if(element > 99) element = "99+";
|
||||||
|
this.$set(order[0], 'number', element);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
// console.log(this.orderList);
|
||||||
|
})
|
||||||
|
},
|
||||||
toOtherPage(url) {
|
toOtherPage(url) {
|
||||||
|
// console.log(url);
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: '/pageE' + url
|
url: '/pageE' + url
|
||||||
});
|
});
|
||||||
@@ -200,45 +263,6 @@ export default {
|
|||||||
.user-info {
|
.user-info {
|
||||||
margin-left: 30rpx;
|
margin-left: 30rpx;
|
||||||
// display: flex;
|
// display: flex;
|
||||||
.info-left {
|
|
||||||
margin-right: 15rpx;
|
|
||||||
.user-nickname {
|
|
||||||
max-width: 200rpx;
|
|
||||||
font-size: 30rpx;
|
|
||||||
color: rgba(51,51,51,1);
|
|
||||||
margin-bottom: 19rpx;
|
|
||||||
}
|
|
||||||
.user-medal {
|
|
||||||
display: flex;
|
|
||||||
width: 110rpx;
|
|
||||||
// height: 25rpx;
|
|
||||||
background: linear-gradient(269deg,rgba(175,175,175,1) 0%,rgba(224,224,224,1) 100%);
|
|
||||||
border-radius: 13rpx;
|
|
||||||
align-items: center;
|
|
||||||
padding: 0 17rpx 0 10rpx;
|
|
||||||
> image {
|
|
||||||
margin-right: 9rpx;
|
|
||||||
width: 20rpx;
|
|
||||||
height: 22rpx;
|
|
||||||
flex-shrink: 0;
|
|
||||||
}
|
|
||||||
.rank-title {
|
|
||||||
font-size: 16rpx;
|
|
||||||
color: rgba(51,51,51,1);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.info-right {
|
|
||||||
.info-phone {
|
|
||||||
font-size: 24rpx;
|
|
||||||
color: rgba(51,51,51,1);
|
|
||||||
margin-bottom: 26rpx;
|
|
||||||
}
|
|
||||||
.user-rank {
|
|
||||||
font-size: 24rpx;
|
|
||||||
color: rgba(51,51,51,1);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.info-top {
|
.info-top {
|
||||||
height: 30rpx;
|
height: 30rpx;
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -336,16 +360,6 @@ export default {
|
|||||||
font-size: 28rpx;
|
font-size: 28rpx;
|
||||||
color: #666;
|
color: #666;
|
||||||
border-bottom: 1px solid #ececec;
|
border-bottom: 1px solid #ececec;
|
||||||
// &::after {
|
|
||||||
// content: "";
|
|
||||||
// position: absolute;
|
|
||||||
// width: 650rpx;
|
|
||||||
// height: 1rpx;
|
|
||||||
// background: rgba(234,234,234,1);
|
|
||||||
// bottom: 0;
|
|
||||||
// left: 50%;
|
|
||||||
// transform: translate(-50%,0);
|
|
||||||
// }
|
|
||||||
}
|
}
|
||||||
.title-text-more {
|
.title-text-more {
|
||||||
font-size: 24rpx;
|
font-size: 24rpx;
|
||||||
@@ -397,24 +411,46 @@ export default {
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
position: relative;
|
||||||
|
.order-num{
|
||||||
|
position: absolute;
|
||||||
|
top: -12rpx;
|
||||||
|
right: -38rpx;
|
||||||
|
width: 50rpx;
|
||||||
|
}
|
||||||
|
.order-num > text {
|
||||||
|
z-index: 9;
|
||||||
|
float: left;
|
||||||
|
border: 1rpx solid #FF7807;
|
||||||
|
height: 24rpx;
|
||||||
|
border-radius: 12rpx;
|
||||||
|
padding: 6rpx 8rpx;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
color: #FF7807;
|
||||||
|
background-color: #ffffff;
|
||||||
|
font-size: 18rpx;
|
||||||
|
color:rgba(255,120,15,1);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
> view:nth-child(1){
|
> view:nth-child(1){
|
||||||
@include image-size($image-width: 36rpx, $image-height: 34rpx);
|
@include image-size($image-width: 33rpx, $image-height: 36rpx);
|
||||||
}
|
}
|
||||||
> view:nth-child(2){
|
> view:nth-child(2){
|
||||||
@include image-size($image-width: 38rpx, $image-height: 36rpx);
|
@include image-size($image-width: 38rpx, $image-height: 32rpx);
|
||||||
}
|
}
|
||||||
> view:nth-child(3){
|
> view:nth-child(3){
|
||||||
@include image-size($image-width: 40rpx, $image-height: 36rpx);
|
@include image-size($image-width: 41rpx, $image-height: 33rpx);
|
||||||
}
|
}
|
||||||
> view:nth-child(4){
|
> view:nth-child(4){
|
||||||
@include image-size($image-width: 38rpx, $image-height: 38rpx);
|
@include image-size($image-width: 35rpx, $image-height: 35rpx);
|
||||||
}
|
}
|
||||||
> view:nth-child(5){
|
> view:nth-child(5){
|
||||||
@include image-size($image-width: 36rpx, $image-height: 40rpx);
|
@include image-size($image-width: 37rpx, $image-height: 37rpx);
|
||||||
}
|
}
|
||||||
> view:nth-child(6){
|
> view:nth-child(6){
|
||||||
@include image-size($image-width: 36rpx, $image-height: 40rpx);
|
@include image-size($image-width: 33rpx, $image-height: 35rpx);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -426,8 +462,11 @@ export default {
|
|||||||
$image-width: 71rpx
|
$image-width: 71rpx
|
||||||
);
|
);
|
||||||
.content {
|
.content {
|
||||||
|
> view {
|
||||||
|
width: 100rpx;
|
||||||
|
}
|
||||||
> view:not(:last-child) {
|
> view:not(:last-child) {
|
||||||
margin-right: 58rpx;
|
margin-right: 36rpx;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -439,8 +478,11 @@ export default {
|
|||||||
$image-width: 71rpx
|
$image-width: 71rpx
|
||||||
);
|
);
|
||||||
.content {
|
.content {
|
||||||
|
> view {
|
||||||
|
width: 100rpx;
|
||||||
|
}
|
||||||
> view:not(:last-child) {
|
> view:not(:last-child) {
|
||||||
margin-right: 46rpx;
|
margin-right: 36rpx;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -46,7 +46,7 @@
|
|||||||
<!-- 拼团列表 -->
|
<!-- 拼团列表 -->
|
||||||
<group></group>
|
<group></group>
|
||||||
<view class="activity-view">
|
<view class="activity-view">
|
||||||
<image class="lingquan" :src="activityInfo.adv_code" @click="activityLink({ type: activityInfo.url_type, id: activityInfo.info_id })"></image>
|
<image class="lingquan" :src="activityInfo.adv_code" @click="jumpPage({ type: activityInfo.url_type, id: activityInfo.info_id })"></image>
|
||||||
</view>
|
</view>
|
||||||
<!-- 优惠券 -->
|
<!-- 优惠券 -->
|
||||||
<youhq></youhq>
|
<youhq></youhq>
|
||||||
@@ -56,11 +56,12 @@
|
|||||||
<view class="cart" @click="toCartPage">
|
<view class="cart" @click="toCartPage">
|
||||||
<image src="/static/image/common/3.png"></image>
|
<image src="/static/image/common/3.png"></image>
|
||||||
</view>
|
</view>
|
||||||
<u-picker mode="selector" :range="areaList" v-model="chooseArea" range-key="area_name" @confirm="setArea"></u-picker>
|
<u-picker mode="region" v-model="chooseArea" @confirm="setArea"></u-picker>
|
||||||
</scroll-view>
|
</scroll-view>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
|
import common from '@/static/js/common.js';
|
||||||
import shopitem from "@/components/shop/shop-item/index";
|
import shopitem from "@/components/shop/shop-item/index";
|
||||||
import recommend from "@/components/shop/recommend/index";
|
import recommend from "@/components/shop/recommend/index";
|
||||||
import pintuan from "@/components/shop/recommend/pintuan";
|
import pintuan from "@/components/shop/recommend/pintuan";
|
||||||
@@ -124,8 +125,8 @@
|
|||||||
type: 'wgs84',
|
type: 'wgs84',
|
||||||
geocode: true,
|
geocode: true,
|
||||||
success: (res) => {
|
success: (res) => {
|
||||||
// console.log(res.address);
|
console.log(res.address);
|
||||||
this.area = res.address.city;
|
this.area = res.address.district;
|
||||||
},
|
},
|
||||||
fail: (e) => {
|
fail: (e) => {
|
||||||
console.log(e);
|
console.log(e);
|
||||||
@@ -190,38 +191,18 @@
|
|||||||
clickImage(index) {
|
clickImage(index) {
|
||||||
// console.log(this.list[index]);
|
// console.log(this.list[index]);
|
||||||
let item = this.list[index];
|
let item = this.list[index];
|
||||||
this.activityLink({
|
this.jumpPage({
|
||||||
type: item.url_type,
|
type: item.url_type,
|
||||||
id: item.info_id,
|
id: item.info_id,
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
activityLink({
|
|
||||||
type,
|
|
||||||
id
|
|
||||||
}) {
|
|
||||||
console.log(type,id);
|
|
||||||
if (type == 0) return false;
|
|
||||||
// type 1 商品详情页, 2 店铺详情页
|
|
||||||
const url = type == 1 ? 'pageB/sdetails/index' : 'pageC/merchant/index';
|
|
||||||
let params = {
|
|
||||||
id: id
|
|
||||||
};
|
|
||||||
// type: 1 // 商品详情 1普通 2拼团 3秒杀 4优惠券
|
|
||||||
if (type == 1) Object.assign(params, {
|
|
||||||
type: 1
|
|
||||||
});
|
|
||||||
this.$u.route({
|
|
||||||
url: url,
|
|
||||||
params: params
|
|
||||||
})
|
|
||||||
},
|
|
||||||
// 下拉加载更多推荐商品
|
// 下拉加载更多推荐商品
|
||||||
onreachBottom() {
|
onreachBottom() {
|
||||||
this.$refs.recommendGoods.loadMore();
|
this.$refs.recommendGoods.loadMore();
|
||||||
},
|
},
|
||||||
setArea(e) {
|
setArea(e) {
|
||||||
console.log(e);
|
console.log(e);
|
||||||
this.area = this.areaList[e[0]].area_name;
|
this.area = e.area.label;
|
||||||
},
|
},
|
||||||
toCartPage() {
|
toCartPage() {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
@@ -240,28 +221,19 @@
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
activityLink({ type, id }) {
|
jumpPage(uri) {
|
||||||
if(type == 0 || type == 2) return false;
|
// console.log(uri);
|
||||||
// type 1 商品详情页, 2 店铺详情页
|
common.jumpPage({ type: uri.type, id: uri.id });
|
||||||
const url = type == 1 ? 'pageB/sdetails/index' : '';
|
}
|
||||||
let params = { id: id };
|
|
||||||
// type: 1 // 商品详情 1普通 2拼团 3秒杀 4优惠券
|
|
||||||
if(type == 1) Object.assign(params, { type: 1 });
|
|
||||||
this.$u.route({
|
|
||||||
url: url,
|
|
||||||
params: params
|
|
||||||
})
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.shop {
|
.shop {
|
||||||
height: calc(100% - var(--window-top));
|
height: calc(100vh - var(--window-top));
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
background-color: #F0EDF1;
|
background-color: #F0EDF1;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
|
|
||||||
.top {
|
.top {
|
||||||
padding: 0 30rpx;
|
padding: 0 30rpx;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
|
|||||||
@@ -370,7 +370,7 @@ export default {
|
|||||||
const token = uni.getStorageSync('token');
|
const token = uni.getStorageSync('token');
|
||||||
console.log(token,that.id)
|
console.log(token,that.id)
|
||||||
uni.request({
|
uni.request({
|
||||||
url:"https://dmmall.sdbairui.com/api/Specialci/goodsShelves",
|
url:"https://mall.dmygkeji.com/api/Specialci/goodsShelves",
|
||||||
data:{
|
data:{
|
||||||
live_id:that.id
|
live_id:that.id
|
||||||
},
|
},
|
||||||
@@ -385,7 +385,7 @@ export default {
|
|||||||
})
|
})
|
||||||
setInterval(function(){
|
setInterval(function(){
|
||||||
uni.request({
|
uni.request({
|
||||||
url:"https://dmmall.sdbairui.com/api/Specialci/goodsShelves",
|
url:"https://mall.dmygkeji.com/api/Specialci/goodsShelves",
|
||||||
data:{
|
data:{
|
||||||
live_id:that.id
|
live_id:that.id
|
||||||
},
|
},
|
||||||
@@ -403,7 +403,7 @@ export default {
|
|||||||
|
|
||||||
},10 * 1000)
|
},10 * 1000)
|
||||||
uni.request({
|
uni.request({
|
||||||
url:"https://dmmall.sdbairui.com/api/Specialci/livingUserInfo",
|
url:"https://mall.dmygkeji.com/api/Specialci/livingUserInfo",
|
||||||
data:{
|
data:{
|
||||||
live_id:that.id
|
live_id:that.id
|
||||||
},
|
},
|
||||||
@@ -417,32 +417,13 @@ export default {
|
|||||||
// that.list= res.data.data
|
// that.list= res.data.data
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
//当前用户
|
|
||||||
var currentUser = {}
|
|
||||||
if(this.$store.state.hasLogin){
|
|
||||||
const user = uni.getStorageSync('user_info');
|
|
||||||
currentUser = {
|
|
||||||
id : user.member.member_id,
|
|
||||||
nickname : user.member.member_nickname,
|
|
||||||
avatar: user.member.member_avatar
|
|
||||||
};
|
|
||||||
}else{
|
|
||||||
const user = uni.getStorageSync('morenimg');
|
|
||||||
currentUser = {
|
|
||||||
id : new Date().getTime(),
|
|
||||||
nickname : "123",
|
|
||||||
avatar: user
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
var room = {
|
var room = {
|
||||||
id : a.rid + "",
|
id : a.rid + "",
|
||||||
name : a.rid + ""
|
name : a.rid + ""
|
||||||
};
|
};
|
||||||
that.chatRoomService = getApp().globalData.im
|
that.chatRoomService = getApp().globalData.im
|
||||||
console.log(room,currentUser)
|
|
||||||
//构造chatRoomService
|
//构造chatRoomService
|
||||||
that.chatRoomService.subscribeRoomMessage(room,currentUser)
|
that.chatRoomService.subscribeRoomMessage(room)
|
||||||
//获取当前聊天室数据
|
//获取当前聊天室数据
|
||||||
that.room = that.chatRoomService.room;
|
that.room = that.chatRoomService.room;
|
||||||
that.chatRoomService.initialWhenOnlineUserChange(that.newpeople)
|
that.chatRoomService.initialWhenOnlineUserChange(that.newpeople)
|
||||||
@@ -508,11 +489,19 @@ export default {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
guanzhu(){
|
guanzhu(){
|
||||||
|
if(!this.$store.state.hasLogin){
|
||||||
|
uni.showToast({
|
||||||
|
title: '请先登录',
|
||||||
|
duration: 2000,
|
||||||
|
icon:"none"
|
||||||
|
});
|
||||||
|
return ;
|
||||||
|
}
|
||||||
const token = uni.getStorageSync('token');
|
const token = uni.getStorageSync('token');
|
||||||
let that = this
|
let that = this
|
||||||
console.log(token)
|
console.log(token)
|
||||||
uni.request({
|
uni.request({
|
||||||
url:"https://dmmall.sdbairui.com/api/member/attentionMember",
|
url:"https://mall.dmygkeji.com/api/member/attentionMember",
|
||||||
data:{
|
data:{
|
||||||
member_id:that.info.user_id
|
member_id:that.info.user_id
|
||||||
},
|
},
|
||||||
@@ -523,7 +512,7 @@ export default {
|
|||||||
success(res){
|
success(res){
|
||||||
console.log(res)
|
console.log(res)
|
||||||
uni.request({
|
uni.request({
|
||||||
url:"https://dmmall.sdbairui.com/api/Specialci/livingUserInfo",
|
url:"https://mall.dmygkeji.com/api/Specialci/livingUserInfo",
|
||||||
data:{
|
data:{
|
||||||
live_id:that.id
|
live_id:that.id
|
||||||
},
|
},
|
||||||
|
|||||||
2
static/goeasy-im-1.1.1.js
Normal file
BIN
static/image/common/31.png
Normal file
|
After Width: | Height: | Size: 31 KiB |
BIN
static/image/common/32.png
Normal file
|
After Width: | Height: | Size: 4.9 KiB |
BIN
static/image/mine/39.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 6.3 KiB |
|
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 7.3 KiB |
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 22 KiB |
@@ -6,6 +6,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
import GoEasyIM from './goeasy-im-1.0.9';
|
import GoEasyIM from './goeasy-im-1.0.9';
|
||||||
|
// import GoEasyIM from './goeasy-im-1.1.1';
|
||||||
import restApi from './restapi';
|
import restApi from './restapi';
|
||||||
|
|
||||||
function Friend(uuid, name, avatar,time = "", text = "",date = "",unReadMessage = 0) {
|
function Friend(uuid, name, avatar,time = "", text = "",date = "",unReadMessage = 0) {
|
||||||
@@ -38,6 +39,7 @@ function IMService() {
|
|||||||
appkey:'BC-453aa755c4ea48148abefc55a86df283'
|
appkey:'BC-453aa755c4ea48148abefc55a86df283'
|
||||||
});
|
});
|
||||||
this.status = false
|
this.status = false
|
||||||
|
this.lianjie = false
|
||||||
//当前“我”
|
//当前“我”
|
||||||
this.currentUser = null;
|
this.currentUser = null;
|
||||||
//我的好友
|
//我的好友
|
||||||
@@ -84,6 +86,7 @@ function IMService() {
|
|||||||
IMService.prototype.login = function (uuid, name, avatar) {
|
IMService.prototype.login = function (uuid, name, avatar) {
|
||||||
//初始化当前用户
|
//初始化当前用户
|
||||||
this.currentUser = new CurrentUser(uuid, name, avatar);
|
this.currentUser = new CurrentUser(uuid, name, avatar);
|
||||||
|
|
||||||
//初始化联系人信息,包括群
|
//初始化联系人信息,包括群
|
||||||
this.initialContacts();
|
this.initialContacts();
|
||||||
return true;
|
return true;
|
||||||
@@ -105,7 +108,7 @@ IMService.prototype.initialContacts = function (friendList) {
|
|||||||
const token = uni.getStorageSync('token');
|
const token = uni.getStorageSync('token');
|
||||||
console.log(token)
|
console.log(token)
|
||||||
uni.request({
|
uni.request({
|
||||||
url:"https://dmmall.sdbairui.com/api/Specialci/getAtwillUserInfo",
|
url:"https://mall.dmygkeji.com/api/Specialci/getAtwillUserInfo",
|
||||||
data:{
|
data:{
|
||||||
userId:i[0],
|
userId:i[0],
|
||||||
markup:1
|
markup:1
|
||||||
@@ -120,7 +123,7 @@ IMService.prototype.initialContacts = function (friendList) {
|
|||||||
console.log(that.friends)
|
console.log(that.friends)
|
||||||
let sorts = function (friends){
|
let sorts = function (friends){
|
||||||
let paixu = function (a,b){
|
let paixu = function (a,b){
|
||||||
if(a.date > b.date){
|
if(a.date > b.date && b.unReadMessage == 0){
|
||||||
return 0;
|
return 0;
|
||||||
}else{
|
}else{
|
||||||
return 1;
|
return 1;
|
||||||
@@ -203,6 +206,7 @@ IMService.prototype.resetFriendUnReadMessage = function (friend) {
|
|||||||
//连接GoEasy
|
//连接GoEasy
|
||||||
IMService.prototype.connectIM = function () {
|
IMService.prototype.connectIM = function () {
|
||||||
//初始化IM相关的监听器
|
//初始化IM相关的监听器
|
||||||
|
|
||||||
try {
|
try {
|
||||||
this.initialIMListeners();
|
this.initialIMListeners();
|
||||||
|
|
||||||
@@ -210,6 +214,7 @@ IMService.prototype.connectIM = function () {
|
|||||||
console.log(123)
|
console.log(123)
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
|
console.log(this.currentUser)
|
||||||
this.im.connect({
|
this.im.connect({
|
||||||
id: this.currentUser.uuid,
|
id: this.currentUser.uuid,
|
||||||
data: {
|
data: {
|
||||||
@@ -226,7 +231,6 @@ IMService.prototype.connectIM = function () {
|
|||||||
this.subscribeFriendsPresence();
|
this.subscribeFriendsPresence();
|
||||||
}).catch(error => {
|
}).catch(error => {
|
||||||
console.log('连接失败,请确保网络正常,appkey和host正确,code:' + error.code + " content:" + error.content);
|
console.log('连接失败,请确保网络正常,appkey和host正确,code:' + error.code + " content:" + error.content);
|
||||||
this.connectIM()
|
|
||||||
});
|
});
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.log(12323)
|
console.log(12323)
|
||||||
@@ -244,6 +248,7 @@ IMService.prototype.initialIMListeners = function () {
|
|||||||
this.im.on(GoEasyIM.EVENT.DISCONNECTED, () => {
|
this.im.on(GoEasyIM.EVENT.DISCONNECTED, () => {
|
||||||
console.log('连接断开.')
|
console.log('连接断开.')
|
||||||
this.status = false
|
this.status = false
|
||||||
|
this.lianjie = false
|
||||||
});
|
});
|
||||||
|
|
||||||
//监听好友上下线
|
//监听好友上下线
|
||||||
@@ -268,7 +273,7 @@ IMService.prototype.initialIMListeners = function () {
|
|||||||
// return ;
|
// return ;
|
||||||
let sorts = function (friends){
|
let sorts = function (friends){
|
||||||
let paixu = function (a,b){
|
let paixu = function (a,b){
|
||||||
if(a.date > b.date){
|
if(a.date > b.date && b.unReadMessage == 0){
|
||||||
return 0;
|
return 0;
|
||||||
}else{
|
}else{
|
||||||
return 1;
|
return 1;
|
||||||
@@ -284,7 +289,7 @@ IMService.prototype.initialIMListeners = function () {
|
|||||||
const token = uni.getStorageSync('token');
|
const token = uni.getStorageSync('token');
|
||||||
console.log(token)
|
console.log(token)
|
||||||
uni.request({
|
uni.request({
|
||||||
url:"https://dmmall.sdbairui.com/api/Specialci/getAtwillUserInfo",
|
url:"https://mall.dmygkeji.com/api/Specialci/getAtwillUserInfo",
|
||||||
data:{
|
data:{
|
||||||
userId:message.senderId,
|
userId:message.senderId,
|
||||||
markup:1
|
markup:1
|
||||||
@@ -511,7 +516,7 @@ IMService.prototype.sendMessagesSetStorage = function (friendId,message){
|
|||||||
// return ;
|
// return ;
|
||||||
let sorts = function (friends){
|
let sorts = function (friends){
|
||||||
let paixu = function (a,b){
|
let paixu = function (a,b){
|
||||||
if(a.date > b.date){
|
if(a.date > b.date && b.unReadMessage == 0){
|
||||||
return 0;
|
return 0;
|
||||||
}else{
|
}else{
|
||||||
return 1;
|
return 1;
|
||||||
@@ -527,7 +532,7 @@ IMService.prototype.sendMessagesSetStorage = function (friendId,message){
|
|||||||
const token = uni.getStorageSync('token');
|
const token = uni.getStorageSync('token');
|
||||||
console.log(token)
|
console.log(token)
|
||||||
uni.request({
|
uni.request({
|
||||||
url:"https://dmmall.sdbairui.com/api/Specialci/getAtwillUserInfo",
|
url:"https://mall.dmygkeji.com/api/Specialci/getAtwillUserInfo",
|
||||||
data:{
|
data:{
|
||||||
userId:friendId,
|
userId:friendId,
|
||||||
markup:1
|
markup:1
|
||||||
@@ -831,7 +836,7 @@ IMService.prototype.listenerGroupPresence = function () {
|
|||||||
//查询和初始化在线用户列表和在线用户数
|
//查询和初始化在线用户列表和在线用户数
|
||||||
IMService.prototype.initialOnlineUsers = function (roomId) {
|
IMService.prototype.initialOnlineUsers = function (roomId) {
|
||||||
let self = this;
|
let self = this;
|
||||||
|
console.log(roomId)
|
||||||
//查询最新上线的用户列表
|
//查询最新上线的用户列表
|
||||||
this.im.groupHereNow(roomId)
|
this.im.groupHereNow(roomId)
|
||||||
.then(result => {
|
.then(result => {
|
||||||
@@ -850,7 +855,7 @@ IMService.prototype.initialOnlineUsers = function (roomId) {
|
|||||||
if (e.code == 401) {
|
if (e.code == 401) {
|
||||||
console.log("您还没有开通用户在线状态提醒,登录goeasy->我的应用->查看详情->高级功能,自助开通.");
|
console.log("您还没有开通用户在线状态提醒,登录goeasy->我的应用->查看详情->高级功能,自助开通.");
|
||||||
} else {
|
} else {
|
||||||
console.log(e);
|
console.log(e,1212);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
//获取聊天室在线用户数
|
//获取聊天室在线用户数
|
||||||
@@ -873,7 +878,12 @@ IMService.prototype.subscribePresence = function (roomId) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
//订阅聊天室消息
|
//订阅聊天室消息
|
||||||
IMService.prototype.subscribeRoomMessage = function (room, user) {
|
IMService.prototype.subscribeRoomMessage = function (room) {
|
||||||
|
let user = {
|
||||||
|
id:this.currentUser.uuid,
|
||||||
|
nickname:this.currentUser.name,
|
||||||
|
avatar:this.currentUser.avatar
|
||||||
|
}
|
||||||
this.room = new Room(room.id, room.name, user);
|
this.room = new Room(room.id, room.name, user);
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -67,5 +67,29 @@ const common = {
|
|||||||
else result = hours + ':' + minutes + ':' + seconds;
|
else result = hours + ':' + minutes + ':' + seconds;
|
||||||
return result;
|
return result;
|
||||||
},
|
},
|
||||||
|
/**
|
||||||
|
* 广告位跳转
|
||||||
|
* @param { String } type 跳转类型
|
||||||
|
* @param { String | Number } id 跳转id 商品id/商家id...
|
||||||
|
* @return { undefined } undefined
|
||||||
|
*/
|
||||||
|
jumpPage({ type, id }) {
|
||||||
|
let url;
|
||||||
|
switch (type) {
|
||||||
|
case 1:
|
||||||
|
url = '/pageB/sdetails/index?id=' + id;
|
||||||
|
break;
|
||||||
|
case 2:
|
||||||
|
url = '/pageC/merchant/index?id=' + id;
|
||||||
|
break;
|
||||||
|
case 3:
|
||||||
|
url = '/pageE/mine/MemberServe?current=1'
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
export default common
|
// console.log(url);
|
||||||
|
uni.navigateTo({ url: url });
|
||||||
|
},
|
||||||
|
}
|
||||||
|
export default common;
|
||||||