Merge branch 'fix/0521-ch' into msb_test

merge-requests/1/head
ch 3 years ago
commit 8164a9cd76

@ -2,7 +2,7 @@
* @Author: ch * @Author: ch
* @Date: 2022-03-23 10:31:12 * @Date: 2022-03-23 10:31:12
* @LastEditors: ch * @LastEditors: ch
* @LastEditTime: 2022-05-21 17:29:42 * @LastEditTime: 2022-05-21 20:09:18
* @Description: file content * @Description: file content
--> -->
<template> <template>
@ -45,7 +45,7 @@ export default {
goDetail(idx){ goDetail(idx){
let item = this.data[idx]; let item = this.data[idx];
if(item.link){ if(item.link){
// ifdef H5 // #ifdef H5
window.location.href = item.link; window.location.href = item.link;
// #endif // #endif
// #ifdef APP-PLUS // #ifdef APP-PLUS

Loading…
Cancel
Save