版本提交
Showing
14 changed files
with
287 additions
and
38 deletions
src/image/oss/my-wish/my-wish-c4.png
0 → 100644

176 Bytes
-
Please register or sign in to post a comment
... | ... | @@ -5,7 +5,7 @@ |
<view class="tit">· 太棒了 ·</view> | ||
<view class="tips"> | ||
共获得 | ||
<span class="val">100</span> | ||
<span class="val">{{eleVal}}</span> | ||
弹力值 | ||
</view> | ||
<!-- 心愿容器 --> | ||
... | ... |
... | ... | @@ -22,6 +22,12 @@ Component({ |
this.triggerEvent('evtcomp', { | ||
name: "_evt_hide_mask" | ||
}); | ||
}, | ||
// 摇一摇 | ||
onShakeHandler() { | ||
this.triggerEvent('evtcomp', { | ||
name: "_evt_shake" | ||
}); | ||
} | ||
} | ||
}) | ||
... | ... |
176 Bytes