feat(M08-D): 补加盟申请与跟进运营
This commit is contained in:
@@ -142,4 +142,11 @@ for (const pattern of [
|
||||
assert.match(cleaner, new RegExp(pattern.replace(/[.*+?^${}()|[\]\\]/g, '\\$&')));
|
||||
}
|
||||
|
||||
const franchise = read('miniapp/pages/franchise/apply.js')
|
||||
+ read('miniapp/pages/franchise/apply.wxml')
|
||||
+ read('miniapp/pages/franchise/apply.json');
|
||||
for (const pattern of ['/franchise-applications', 'clientRequestId', 'contactPhone', '加盟合作']) {
|
||||
assert.match(franchise, new RegExp(pattern.replace(/[.*+?^${}()|[\]\\]/g, '\\$&')));
|
||||
}
|
||||
|
||||
console.log('PASS: M08-A/M08-B miniapp customer and cleaner pages use fixed domain and real app-api calls.');
|
||||
|
||||
Reference in New Issue
Block a user