master
wangxinglong 2021-09-17 16:02:40 +08:00
parent f18d09fdb6
commit d0d831ec74
2 changed files with 3 additions and 2 deletions

View File

@ -256,6 +256,7 @@ Page({
}, },
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,

View File

@ -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>
<!-- 植树 --> <!-- 植树 -->