|
|
|
@ -14,7 +14,8 @@
|
|
|
|
|
@confirm="getStationName" confirm-type="search" />
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="position_left_order" style="margin-left: 10rpx;" @click="subscribeChange" v-if="version_loading == false">
|
|
|
|
|
<view class="position_left_order" style="margin-left: 10rpx;" @click="subscribeChange"
|
|
|
|
|
v-if="version_loading == false">
|
|
|
|
|
<uv-icon name="tags" size="20" color="#000"></uv-icon>
|
|
|
|
|
{{check_version}}
|
|
|
|
|
</view>
|
|
|
|
@ -415,6 +416,13 @@
|
|
|
|
|
} else {
|
|
|
|
|
handle_charging_pay(res_result)
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
fail: function(res) {
|
|
|
|
|
uni.showToast({
|
|
|
|
|
title: '二维码错误',
|
|
|
|
|
duration: 2000,
|
|
|
|
|
icon: 'error'
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|