feat: 投诉仅限邀请人+人工客服展示+抢单池商家指标与平台标签

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
XingQue
2026-07-27 01:55:45 +08:00
parent 16eecd1278
commit 2a8f7c427c
6 changed files with 255 additions and 22 deletions

View File

@@ -3,6 +3,7 @@ const app = getApp();
import request from '../../utils/request.js';
import PopupService from '../../services/popupService.js';
import { refreshDashouMembership, userHasHuiyuan } from '../../utils/dashou-profile.js';
import { ensureRoleAgreement } from '../../utils/role-agreement-gate.js';
Page({
data: {
@@ -406,6 +407,9 @@ Page({
return;
}
const signed = await ensureRoleAgreement('dashou', 'qiangdan');
if (!signed) return;
const that = this;
wx.showModal({
title: '确认抢单',