个人中心
This commit is contained in:
11
pages/myself/about/index.wxml
Normal file
11
pages/myself/about/index.wxml
Normal file
@@ -0,0 +1,11 @@
|
||||
<wxs module="_"> module.exports.contains = function(arr, target) { return arr.indexOf(target) > -1; } </wxs>
|
||||
<t-collapse value="{{activeValues}}" bind:change="handleChange">
|
||||
<t-collapse-panel
|
||||
header="关于我们"
|
||||
header-right-content="{{_.contains(activeValues, 0) ? '收起' : '展开'}}"
|
||||
value="{{0}}"
|
||||
expandIcon
|
||||
>
|
||||
我们很强真肉蛋
|
||||
</t-collapse-panel>
|
||||
</t-collapse>
|
||||
Reference in New Issue
Block a user