master
fanfan 2 weeks ago
parent a32a17f804
commit 7bf69d6163
  1. 2
      manifest.json
  2. 8
      pages/gamll/dailyReport.vue
  3. 10
      pages/squareDynamic/index.vue
  4. 2
      project.config.json

@ -92,7 +92,7 @@
"quickapp" : {},
/* */
"mp-weixin" : {
"appid" : "wxa3127ed5c3542a28",
"appid" : "wx9f7e94fe11dc0c23",
"libVersion" : "latest",
"setting" : {
// TLS

@ -35,8 +35,8 @@
<view class="" v-if="item.cost_price_min">
市场价:{{item.cost_price_min}}
</view>
<view class="" v-if="item.goods_price_min">
推广价:{{item.goods_price_min}}
<view class="" v-if="item.membership_price">
推广价:{{item.membership_price}}
</view>
<view class="" v-if="item.goods_no">
SKU:{{item.goods_no}}
@ -116,10 +116,10 @@
obj.goods_name +
'\n' +
'市场价:' +
obj.goods_price_min +
obj.cost_price_min +
'\n' +
'推广价:' +
obj.cost_price_min +
obj.membership_price +
'\n' +
(obj.goods_no ? 'SKU:' + obj.goods_no + '\n' : '') +
(obj.jd_short_url ? obj.jd_short_url + '\n' : '') +

@ -142,6 +142,16 @@
this.windowHeight += sys.windowTop;
}
},
onShareAppMessage() {
return {
}
},
onShareTimeline() {
return {
}
},
onReady() {
const query = uni.createSelectorQuery().in(this);
query.select('#publish').boundingClientRect(data => {

@ -1,5 +1,5 @@
{
"appid": "wxa3127ed5c3542a28",
"appid": "wx9f7e94fe11dc0c23",
"compileType": "miniprogram",
"libVersion": "3.3.3",
"packOptions": {

Loading…
Cancel
Save