Commit 69ac4ce1 authored by 郑秀明's avatar 郑秀明

618活动

parent 0c74a76f
......@@ -2,7 +2,7 @@
"name": "shop_mobile_uni",
"appid": "__UNI__F904656",
"description": "",
"versionName": "1.0.13",
"versionName": "1.0.11",
"versionCode": "100",
"transformPx": false,
"app-plus": {
......@@ -51,7 +51,7 @@
"mode": "history",
"base": "/uni"
},
"publicPath": "https://dbc-static.oss-cn-beijing.aliyuncs.com/dbc-shop/uni/mirror/1.0.13/",
"publicPath": "https://dbc-static.oss-cn-beijing.aliyuncs.com/dbc-shop/uni/prod/1.0.11/",
"optimization": {
"treeShaking": {
"enable": true
......
......@@ -30,7 +30,7 @@
<text v-if="style_setting.price_show">{{item.price}}</text>
<i class="eosfont icon_cart" v-if="style_setting.cart_show" @click="$addCart(item.spec_id,1,isLogin)">&#xe7e6;</i>
</view>
<view v-else class="unshow_price">登录显示价</view>
<view v-else class="unshow_price">登录显示价</view>
</view>
<view v-if="spaceArray.length && val.length < style_setting.listType" v-for="(v, key) in spaceArray" :key="key+65535" :style="width ? {'width':width+'rpx'} : ''"></view>
</swiper-item>
......
......@@ -56,7 +56,7 @@
avatarShape: 'square',
titleWidth: '100%'
},
COUPON_ID: '79' //优惠券ID
COUPON_ID: '185' //优惠券ID
}
},
onLoad() {
......@@ -122,8 +122,8 @@
},
get_coupon(reg_time){
// 打开广告弹窗
const timestamp = new Date('2020/05/01 00:00:00').getTime() / 1000;
const end_timestamp = new Date('2020/05/30 23:59:59').getTime() / 1000;
const timestamp = new Date('2020/05/19 00:00:00').getTime() / 1000;
const end_timestamp = new Date('2020/06/18 23:59:59').getTime() / 1000;
uni.request({
url: '/uni/api/coupon/GetCoupon',
method: 'GET',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment