11
This commit is contained in:
@@ -125,7 +125,7 @@
|
||||
</view>
|
||||
</view>
|
||||
{{curReplay.haveGiveScore}}
|
||||
<view class="btn_box ">
|
||||
<view class="btn_box " v-if="classState != '2' && classState != '0'">
|
||||
<button class="submit" @click="onSubmit" v-show="!form.hasGiveScore">提 交</button>
|
||||
</view>
|
||||
</template>
|
||||
@@ -596,8 +596,9 @@
|
||||
|
||||
}).catch(e => {
|
||||
uni.showToast({
|
||||
title: '操作失败',
|
||||
icon: 'error'
|
||||
title: e.errMsg,
|
||||
icon: 'error',
|
||||
duration:3000
|
||||
})
|
||||
});
|
||||
// }).catch(err => {
|
||||
|
||||
Reference in New Issue
Block a user