82735e4d46ac7b9969facef2acc8f8e793b68f71..2304d7b140c5c5b4bf3a83f9ced8bff37d20c42e
2025-09-28 rk
Merge remote-tracking branch 'origin/master'
2304d7 对比 | 目录
2025-09-28 rk
111
42c0d9 对比 | 目录
2025-09-16 doum
前端
e755ab 对比 | 目录
2025-09-15 doum
前端
8ac663 对比 | 目录
2025-09-15 doum
前端
3d4601 对比 | 目录
已修改3个文件
11 ■■■■ 文件已修改
server/services/src/main/java/com/doumee/service/business/impl/OrdersServiceImpl.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
small-program/pages/demand-hall/demand-hall.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
small-program/pages/order-details/order-details.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
server/services/src/main/java/com/doumee/service/business/impl/OrdersServiceImpl.java
@@ -210,7 +210,7 @@
        request.setOutTradeNo(orders.getOutTradeNo());
        request.setNotifyUrl(WxMiniConfig.wxProperties.getNotifyUrl());//这个回调url必须是https开头的
        Amount amount = new Amount();
        amount.setTotal(1);//orders.getPayAccount().intValue());
        amount.setTotal(orders.getPayAccount().intValue());
        request.setAmount(amount);
//        PrepayResponse res = WxMiniConfig.wxPayService.prepay(request);
        // 跟之前下单示例一样,填充预下单参数
small-program/pages/demand-hall/demand-hall.vue
@@ -253,7 +253,7 @@
                this.status = -1
            }
            console.log(getApp().globalData,this.status ,"=====================================")
            this.typeViewId = 0
            // this.typeViewId = 0
            if(this.token && this.token != '' && this.userInfo && JSON.stringify(this.userInfo) != '{}'){
                console.log('已登陆')
                this.isLogin = true
@@ -267,6 +267,7 @@
                } */
            } else {
                this.isLogin = false
                this.typeViewId = 0
                console.log('未登陆')
            }
            if(this.isLogin){
small-program/pages/order-details/order-details.vue
@@ -14,8 +14,8 @@
            <view class="order-head-info" v-else >{{getStatusInfo()}}</view> 
        </view>
        <view class="order-quxiao">
            <view class="order-quxiao-btn" @click="show = true" v-if="(isAcceptor && info.status ===2) || (isPushlishor  &&  info.isUpdate!=1 &&  info.status ===2)">取消订单</view>
            <view class="order-quxiao-btn1" v-if="isPushlishor && info.type!=2 &&  info.isUpdate!=1 &&   info.status ===2 " @click="jumpEdit()">修改订单</view>
            <view class="order-quxiao-btn" @click="show = true" v-if="(isAcceptor && info.status ===2) || (isPushlishor  &&  info.isUpdate!=1 &&  info.status ===2&&  info.canStart ===1)">取消订单</view>
            <view class="order-quxiao-btn1" v-if="isPushlishor && info.type!=2 &&  info.isUpdate!=1 &&   info.status ===2 &&  info.canStart ===1" @click="jumpEdit()">修改订单</view>
        </view>
        <view class="order-user"  v-if="isPushlishor && info.acceptMemberId">
            <view class="order-user-info">
@@ -239,7 +239,7 @@
        </view>
        <view style="width: 100%; height: calc(108rpx + env(safe-area-inset-bottom));" v-if="![99].includes(info.status)"></view>
        <view class="order-footer" v-if="![99].includes(info.status)">
            <template v-if="isPushlishor && info.isUpdate != 1 && info.status === 2 && canStart==1">
            <template v-if="isPushlishor && info.isUpdate != 1 && info.status === 2 && info.canStart===1">
                <sunui-mverify v-if="1==2" hint="开始作业" @change="getaccept($event)"></sunui-mverify>
                <view class="order-footer-btn" v-if="comparisonTime(info.startDate)"> 
                    <view class="order-footer-btn-b" @click="show8 = true">开始作业</view>