We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3987495 commit 8bdf40dCopy full SHA for 8bdf40d
copilot-demo/pages/ThoughtChain/index.axml
@@ -4,6 +4,7 @@
4
<thought-chain items="{{basicList}}" onContentItemTap="onContentItemTap" collapsible="{{true}}">
5
</thought-chain>
6
</ant-container>
7
+<!-- #if ALIPAY -->
8
<ant-container title="自定义内容">
9
<thought-chain items="{{basicList}}" onContentItemTap="onContentItemTap" collapsible="{{false}}">
10
<view slot="content" slot-scope="module" style="color: red">
@@ -34,3 +35,4 @@
34
35
</view>
36
37
38
+<!-- #endif -->
project.config.json
@@ -38,5 +38,5 @@
"srcMiniprogramRoot": "wechat/",
39
"projectname": "antd",
40
"simulatorPluginLibVersion": {},
41
- "appid": "wx845f14f09a9b4193"
+ "appid": "wx8ff82766a3552dcb"
42
}
0 commit comments