Browse Source

-----

featrue/v4.4
DESKTOP-A1SENDA\HUzy 4 years ago
parent
commit
1ce0bcf003
3 changed files with 3 additions and 3 deletions
  1. 2
      app.js
  2. 2
      pages/agent/detail/pound-info/pound-info.wxml
  3. 2
      pages/article/detail/index.js

2
app.js

@ -1,7 +1,7 @@
//app.js
App({
//----------------------------------------------globalData--------------------------------------
evn: 0,//0:开发环境,1:测试环境,2:生产环境
evn: 1,//0:开发环境,1:测试环境,2:生产环境
tmplIds: ['SUjEgwDopCv9xkkSZ4KbS0L7XbAiVQor6GmPg14K760'],
agentMsgIds: ['kG8DErWDpyzBHCFaLlSKYMF7xVy8UpgogCwV_WSNt10', 'lOQ8Gvyy_dTk68bYGpRVnVA0M7DsYYrV81Gd39GUPBA'],
version: 152,

2
pages/agent/detail/pound-info/pound-info.wxml

@ -45,7 +45,7 @@
</view>
<view class="flex flex-justify text-sg" style="margin-top:20rpx;align-items: flex-end">
<text class="text-black" style="min-width:200rpx">备注</text>
<text class="text-gray">{{item.remark==null? '':item.remark}}</text>
<text class="text-gray">{{item.deductionNotes==null? '':item.deductionNotes}}</text>
</view>
</wux-accordion>
</wux-accordion-group>

2
pages/article/detail/index.js

@ -261,7 +261,7 @@ Page({
return {
title: this.data.momentDetail.title,
path: 'pages/index/index?url=/pages/article/detail/index&key=id&value=' + this.data.momentDetail.id,
imageUrl: imageUrl
// imageUrl: imageUrl
}
},
//分享至朋友圈

Loading…
Cancel
Save