去掉测试代码

master
wanghualei 2023-06-09 16:44:06 +08:00
parent 5f88cf1c91
commit 599b48fb54
1 changed files with 0 additions and 5 deletions

View File

@ -196,11 +196,6 @@ class MyAppletHandler extends AppletHandler {
@override
Future<List<CustomMenu>> getCustomMenus(String appId) {
String icon1 = 'https://img1.baidu.com/it/u=2878938773,1765835171&fm=253&fmt=auto&app=138&f=JPEG?w=500&h=500';
if (Platform.isIOS) {
icon1 = 'minipro_list_service';
}
List<CustomMenu> customMenus = [
CustomMenu('WXShareAPPFriends', 'https://img1.baidu.com/it/u=2878938773,1765835171&fm=253&fmt=auto&app=138&f=JPEG?w=500&h=500', '微信好朋友', 'common'),
CustomMenu('WXShareAPPMoments', 'minipro_list_collect', '微信朋友圈', 'common'),