Skip to content

Commit 8bdf40d

Browse files
author
dennis.zpf
committed
fix: 修复微信编译问题
1 parent 3987495 commit 8bdf40d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

copilot-demo/pages/ThoughtChain/index.axml

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<thought-chain items="{{basicList}}" onContentItemTap="onContentItemTap" collapsible="{{true}}">
55
</thought-chain>
66
</ant-container>
7+
<!-- #if ALIPAY -->
78
<ant-container title="自定义内容">
89
<thought-chain items="{{basicList}}" onContentItemTap="onContentItemTap" collapsible="{{false}}">
910
<view slot="content" slot-scope="module" style="color: red">
@@ -34,3 +35,4 @@
3435
</view>
3536
</thought-chain>
3637
</ant-container>
38+
<!-- #endif -->

project.config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@
3838
"srcMiniprogramRoot": "wechat/",
3939
"projectname": "antd",
4040
"simulatorPluginLibVersion": {},
41-
"appid": "wx845f14f09a9b4193"
41+
"appid": "wx8ff82766a3552dcb"
4242
}

0 commit comments

Comments
 (0)