提交 93a5760790b5717f247888a6895c466a950dbf98

作者 wangyu
1 个父辈 bc679746

查看并调整相关修改

@@ -211,6 +211,7 @@ Page({ @@ -211,6 +211,7 @@ Page({
211 this.goDeclare(stuatusarray) 211 this.goDeclare(stuatusarray)
212 } else if (this.data.type == '1'){ 212 } else if (this.data.type == '1'){
213 this.goUpdate(stuatusarray) 213 this.goUpdate(stuatusarray)
  214 + // this.goDeclare(stuatusarray)
214 } 215 }
215 }, 216 },
216 217
@@ -233,7 +234,7 @@ Page({ @@ -233,7 +234,7 @@ Page({
233 if (res && res.data) { 234 if (res && res.data) {
234 console.log("res", res) 235 console.log("res", res)
235 wx.redirectTo({ 236 wx.redirectTo({
236 - url: '../godetail/godetail?datas=' + JSON.stringify(res.data) 237 + url: '../godetail/godetail?datas=' + JSON.stringify(res.data.item)
237 }) 238 })
238 } 239 }
239 } 240 }
@@ -259,7 +260,7 @@ Page({ @@ -259,7 +260,7 @@ Page({
259 if (res && res.data) { 260 if (res && res.data) {
260 console.log("res", res) 261 console.log("res", res)
261 wx.redirectTo({ 262 wx.redirectTo({
262 - url: '../godetail/godetail?datas=' + JSON.stringify(res.data) 263 + url: '../godetail/godetail?datas=' + JSON.stringify(res.data.item)
263 }) 264 })
264 } 265 }
265 } 266 }
@@ -17,7 +17,7 @@ @@ -17,7 +17,7 @@
17 </view> 17 </view>
18 <view class='float_right' style='flex:1'> 18 <view class='float_right' style='flex:1'>
19 <text class='text_999_24 '>可扣除金额</text> 19 <text class='text_999_24 '>可扣除金额</text>
20 - <text class='text_orange_28 ' style='margin-left:20rpx'>¥0/月</text> 20 + <text class='text_orange_28 ' style='margin-left:20rpx'>¥{{additiondata.children_total_amount}}/月</text>
21 </view> 21 </view>
22 </view> 22 </view>
23 </view> 23 </view>
注册登录 后发表评论