Commit ff9fd477 authored by jyx's avatar jyx

代码优化

parent 72d1aec0
...@@ -91,9 +91,6 @@ ...@@ -91,9 +91,6 @@
</template> </template>
<script> <script>
import {
REWARD_ID
} from '@/utils/adConstant.js';
import { import {
navigateTo, navigateTo,
alert alert
......
...@@ -272,9 +272,6 @@ ...@@ -272,9 +272,6 @@
}) })
}, },
sign() { sign() {
let item = this.signList[this.signData.todayMsgIndexInWeek]
this.showAd(item, true)
return
let buttonStatus = this.signData.buttonStatus let buttonStatus = this.signData.buttonStatus
if (this.signData == '' || this.signData.buttonStatus == 2) { if (this.signData == '' || this.signData.buttonStatus == 2) {
return return
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment