feat: login rest
This commit is contained in:
@@ -114,6 +114,10 @@
|
||||
value="{{remark}}"
|
||||
bindinput="onRemarkInput"
|
||||
fixed="{{true}}"
|
||||
adjust-position="{{false}}"
|
||||
cursor-spacing="120"
|
||||
show-confirm-bar="{{false}}"
|
||||
disable-default-padding="{{true}}"
|
||||
/>
|
||||
</view>
|
||||
|
||||
@@ -126,4 +130,13 @@
|
||||
</view>
|
||||
</view>
|
||||
</t-popup>
|
||||
|
||||
<!-- Sunshine Animation Layer -->
|
||||
<view class="sunshine-layer" wx:if="{{showSunshine}}">
|
||||
<view class="sunshine-pkg">
|
||||
<view class="sun-halo"></view>
|
||||
<text class="sun-core-emoji">☀️</text>
|
||||
<text class="sun-add-text">+50 能量</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user