zhangwei
2024-09-11 4eef04aa662cf4f8fbde60ca99c0011b6203c558
src/pages/detail/detail.vue
@@ -24,7 +24,7 @@
                  <up-tag class='c-p-l-14 c-p-b-14' :text="item" plain v-for="(item,index) in tags"> </up-tag>
               </view> -->
               <view class="redcla c-p-l-18 c-p-r-18">
                  <text class="chuany-font40 chuany-text-bold">
                  <text class="chuany-font40">
                     {{orderObj.workPrice}}
                  </text>
                  <text class='chuany-font20'>
@@ -144,11 +144,11 @@
               orderId: this.orderObj.id
            }).then(res => {
               if (res.code == 1) {
                  uni.navigateBack()
                  this.$util.showToast({
                     title: "报名成功!",
                     icon: "success"
                  })
                  uni.navigateBack()
               } else {
                  this.$util.showToast({
                     title: res.error