Optimize UI for unit converter and random draw, remove relative calculator page
This commit is contained in:
@@ -64,12 +64,6 @@ Component({
|
||||
});
|
||||
},
|
||||
|
||||
goToRelativeCalculator() {
|
||||
wx.navigateTo({
|
||||
url: '/pages/relative/relative'
|
||||
});
|
||||
},
|
||||
|
||||
goToRandomDraw() {
|
||||
wx.navigateTo({
|
||||
url: '/pages/random-draw/random-draw'
|
||||
|
||||
@@ -43,17 +43,6 @@
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<!-- 亲戚称呼 -->
|
||||
<view class="grid-item" bindtap="goToRelativeCalculator" hover-class="grid-item-hover">
|
||||
<view class="icon-box bg-gradient-orange">
|
||||
<text class="icon">👋</text>
|
||||
</view>
|
||||
<view class="text-box">
|
||||
<text class="label">亲戚称呼</text>
|
||||
<text class="sub-label">拜年神器</text>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<!-- 谁去拿外卖 -->
|
||||
<view class="grid-item" bindtap="goToRandomDraw" hover-class="grid-item-hover">
|
||||
<view class="icon-box bg-gradient-purple">
|
||||
|
||||
Reference in New Issue
Block a user