AssetManager.UniApp/unpackage/dist/dev/mp-weixin/pages/strategies/strategies.wxml
niannian zheng 48c8231dd7 refactor(ui): 更新界面文本和配置以优化用户体验
更新微信小程序appid和相关配置
统一修改界面中的专业术语为更易懂的表述
优化资产管理和交易记录的显示文本
添加多货币支持和新的港股投资组合
2026-02-25 14:31:46 +08:00

1 line
1.7 KiB
Plaintext

<view class="page-container data-v-ff6c58be"><view class="header-section data-v-ff6c58be"><view class="status-bar-height data-v-ff6c58be"></view><view class="flex-row justify-between items-start data-v-ff6c58be"><view class="data-v-ff6c58be"><text class="title-lg data-v-ff6c58be">策略实验室</text><text class="subtitle data-v-ff6c58be">选择或创建预设规则模型</text></view><view class="add-btn-box data-v-ff6c58be" bindtap="{{b}}"><uni-icons wx:if="{{a}}" class="data-v-ff6c58be" u-i="ff6c58be-0" bind:__l="__l" u-p="{{a}}"></uni-icons></view></view></view><view class="strategy-list data-v-ff6c58be"><view wx:for="{{c}}" wx:for-item="item" wx:key="n" class="strategy-card data-v-ff6c58be"><view wx:if="{{item.a}}" class="watermark data-v-ff6c58be"><uni-icons wx:if="{{item.c}}" class="data-v-ff6c58be" style="opacity:0.03" u-i="{{item.b}}" bind:__l="__l" u-p="{{item.c}}"></uni-icons></view><view class="flex-row items-center gap-3 mb-4 card-header-row data-v-ff6c58be"><view class="{{['icon-box', 'data-v-ff6c58be', item.e]}}"><text class="icon-text data-v-ff6c58be">{{item.d}}</text></view><view class="flex-col data-v-ff6c58be"><text class="card-head data-v-ff6c58be">{{item.f}}</text><text class="{{['card-tag', 'data-v-ff6c58be', item.h]}}">{{item.g}}</text></view></view><text class="desc-text data-v-ff6c58be">{{item.i}}</text><view class="footer-row data-v-ff6c58be"><view class="flex-row gap-2 data-v-ff6c58be"><view wx:for="{{item.j}}" wx:for-item="tag" wx:key="b" class="tag-gray data-v-ff6c58be"><text class="tag-text data-v-ff6c58be">{{tag.a}}</text></view></view><button class="{{['data-v-ff6c58be', item.l]}}" bindtap="{{item.m}}">{{item.k}}</button></view></view><view class="data-v-ff6c58be" style="height:100rpx"></view></view></view>