tanghaolin
2022-11-04 bd6f0a86b3809d67a780274c821f913eacb9a836
修改应用版本
已修改2个文件
6 ■■■■ 文件已修改
mine/index/index.wxml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
product/listInStation/index.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
mine/index/index.wxml
@@ -63,7 +63,7 @@
    <view class="cu-item">
      <view class="content"  hover-class="none">
        <text class="cuIcon-creativefill text-orange"></text>
        <text class="text-grey">当前版本:1.22.1102A</text>
        <text class="text-grey">当前版本:1.22.1104A</text>
      </view>
    </view>
  </view>
product/listInStation/index.js
@@ -74,7 +74,7 @@
      }, //请求失败
      success: function (res) {
        wx.hideLoading();
         console.log(res.data,"机泵列表")
        //  console.log(res.data,"机泵列表")
        var result = res.data;
        if (result.Code != 0) {
          wx.showModal({
@@ -135,7 +135,7 @@
      }, //请求失败
      success: function (res) {
        wx.hideLoading();
          console.log(res.data,138)
          // console.log(res.data,138)
        var result = res.data;
        if (result.Code != 0) {
          wx.showModal({