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" : {}, "quickapp" : {},
/* */ /* */
"mp-weixin" : { "mp-weixin" : {
"appid" : "wxa3127ed5c3542a28", "appid" : "wx9f7e94fe11dc0c23",
"libVersion" : "latest", "libVersion" : "latest",
"setting" : { "setting" : {
// TLS // TLS

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

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

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

Loading…
Cancel
Save