master
parent
f18d09fdb6
commit
d0d831ec74
|
@ -255,7 +255,8 @@ Page({
|
|||
'openid': wx.getStorageSync('openid'),
|
||||
},
|
||||
success(res) {
|
||||
if (res.data.result == 'success') {
|
||||
if (res.data.result == 'success') {
|
||||
console.log(JSON.parse(res.data.data))
|
||||
that.setData({
|
||||
list: JSON.parse(res.data.data),
|
||||
carbon: carbon,
|
||||
|
|
|
@ -54,7 +54,7 @@
|
|||
<view class="address">
|
||||
<view>
|
||||
<image style="width:38rpx;height:35rpx" src="/img/nav/shumu.png"></image>
|
||||
<view class="title">可选树种</view>
|
||||
<view class="title">可选作业方式</view>
|
||||
</view>
|
||||
</view>
|
||||
<!-- 植树 -->
|
||||
|
|
Loading…
Reference in New Issue