feat: 投诉仅限邀请人+人工客服展示+抢单池商家指标与平台标签
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -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: '确认抢单',
|
||||
|
||||
Reference in New Issue
Block a user