#
whycq
2022-10-17 4ef4fea7f3e36342100d82061c40b00c45a18801
pages/basics/pakin.vue
@@ -100,7 +100,7 @@
            <view class="changeBox">
               <view class="num-box">
                  <text style="display: inline-block;float: left;width: 50px;">批号:</text>
                  <uni-number-box :value="count" :max="9999" color="#747474"  @change="changeValue"/>
                  <uni-number-box :value="count" :max="9999999" color="#747474"  @change="changeValue"/>
               </view> 
            </view>
            <view class="revise-box-buttom">
@@ -249,11 +249,12 @@
                  'token':uni.getStorageSync('token')
                },
               success(result) {
                  console.log(result);
                  uni.hideLoading();
                  var res = result.data
                  if (res.code === 200) {
                     const innerAudioContext = uni.createInnerAudioContext();
                     innerAudioContext.src = '/static/music/组托成功.mp3';
                     innerAudioContext.src = '/static/music/pakinOk.mp3';
                     innerAudioContext.play()
                     that.resst();
                     uni.showToast({