初始化代码

This commit is contained in:
2025-12-22 17:13:05 +08:00
parent ed0de08e3a
commit 1f7e9d401b
2947 changed files with 526137 additions and 0 deletions

View File

@@ -0,0 +1 @@
<view class="mine-pages-phone"><uni-nav-bar vue-id="6ba6df57-1" fixed="{{true}}" shadow="{{false}}" statusBar="{{true}}" color="#000" backgroundColor="#fff" bind:__l="__l" vue-slots="{{['left']}}"><view class="flex-center" slot="left"><view data-event-opts="{{[['tap',[['toHome',['$event']]]]]}}" class="{{[[(configInfo.isIos)?'back-user-ios':''],[(!configInfo.isIos)?'back-user-android':'']]}}" bindtap="__e"><view class="iconfont icon-home"></view><view class="back-user_text">回到首页</view></view></view></uni-nav-bar><view style="height:200rpx;"></view><view class="flex-center flex-column"><view class="title c-black">请输入邀请码</view><view class="confirm-btn radius-16"><input class="item-input flex-y-center pl-lg pr-lg f-sm-title c-title" type="text" placeholder-class="c-placeholder" placeholder="{{rule[0].errorMsg}}" data-event-opts="{{[['input',[['__set_model',['$0','fx_code','$event',[]],['subForm']],['toGetFxInfo',['$event']]]]]}}" value="{{subForm.fx_code}}" bindinput="__e"/></view><block wx:if="{{fx_info.id}}"><view class="fx-user flex-center pd-md mt-md radius-16" style="{{'border:'+('1rpx solid '+primaryColor)+';'}}"><image class="avatar md radius" src="{{fx_info.avatarUrl}}"></image><view class="flex-1 ml-md"><view class="f-title c-title max-476 ellipsis">{{fx_info.fx_name||fx_info.nickName}}</view><view class="f-caption c-caption">邀请你加入</view></view></view></block><block wx:if="{{isLoad&&!fx_info.id}}"><view class="f-caption c-warning mt-md">{{''+($root.g0==7?'邀请码无效':'邀请码为7位数')+''}}</view></block><view data-event-opts="{{[['tap',[['submit',['$event']]]]]}}" class="confirm-btn flex-center f-sm-title text-bold c-base radius-16" style="{{'background:'+($root.g1>0?primaryColor:'#CCE9DD')+';'}}" bindtap="__e">确定绑定</view></view></view>