沙盘演示系统应用的微信小程序
zuoxiao
2024-12-18 ffe748f8069aeeaf0ffae846f7c09210ce64da4b
修改表述文字
4个文件已修改
20 ■■■■ 已修改文件
api/config.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/openCard/openCard.json 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/openCard/openCard.wxml 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/rechargeMoney/rechargMoney.json 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
api/config.js
@@ -9,10 +9,10 @@
    // BASEURL = 'https://irrigate.dayuyanjiuyuan.top/'
    // BASEURL = 'https://d4x9787456.vicp.fun/'
    // BASEURL = 'http://127.0.0.1:8087/'
    BASEURL = 'http://192.168.40.166:8087/'
    // BASEURL = 'http://192.168.40.166:8087/'
    // BASEURL = 'http://192.168.10.52:8087/'
    // BASEURL =  'http://8.130.130.233:54321/prod-api/'
    // BASEURL =  'https://sp.dayuyanjiuyuan.top/'
    BASEURL =  'https://sp.dayuyanjiuyuan.top/'
    break
  default:
    BASEURL = ''
pages/openCard/openCard.json
@@ -1,5 +1,5 @@
{
  "navigationBarTitleText": "选择虚拟卡",
  "navigationBarTitleText": "选卡开阀",
  "navigationBarTextStyle": "white",
  "usingComponents": {
    "t-input": "tdesign-miniprogram/input/input",
pages/openCard/openCard.wxml
@@ -29,15 +29,15 @@
  <view class="dialog" wx:if="{{showDialog}}">
    <image class="close" src="/images/close.svg" bindtap="handleClost"></image>
    <view class="dialog-content" wx:if="{{dialog_mode}}">
      <view class="dialog-title">请选择灌溉模式</view>
      <button bindtap="postOpenValva">自管灌溉</button>
      <button bindtap="handleSetDuration">定灌溉时长</button>
      <button bindtap="handleSetWaterVolume">定灌溉水量</button>
      <view class="dialog-title">请选择开关阀方式</view>
      <button bindtap="postOpenValva">手动开阀手动关阀</button>
      <button bindtap="handleSetDuration">开阀后定时长自动关阀</button>
      <button bindtap="handleSetWaterVolume">开阀后定水量自动关阀</button>
    </view>
    <view class="dialog-content" wx:if="{{dialog_time}}">
      <view class="dialog-title">
      <image class="dialog-title-img" bind:tap="dialogBack" src="/images/back.svg"></image>
      <text class="dialog-title-text">定灌溉时长</text>
      <text class="dialog-title-text">开阀后定时长自动关阀</text>
      </view>
      <view>
        <view class="row">
@@ -87,7 +87,7 @@
    <view class="dialog-content" wx:if="{{dialog_water}}">
      <view class="dialog-title">
      <image class="dialog-title-img" bind:tap="dialogBack" src="/images/back.svg"/>
      <text class="dialog-title-text">定灌溉水量</text>
      <text class="dialog-title-text">开阀后定水量自动关阀</text>
      </view>
      <view>
        <view class="row">
pages/rechargeMoney/rechargMoney.json
@@ -1,5 +1,5 @@
{
  "component": true,
  "navigationBarTitleText": "充值虚拟卡",
  "navigationBarTitleText": "虚拟卡充值",
  "navigationBarTextStyle": "white"
}