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