zhao_js
2023-11-28 4d2bb20eecf42af8c0b29fda38b02df0f6c9895d
H5/pages/ad_page/sms_examine.vue
@@ -1,5 +1,10 @@
<template>
   <view class="container" style="height: auto;">
      <view style="margin: 0.5rem;">
         <button class="mini-btn" style="background-color: cornflowerblue; margin-right: 10px;" type="primary" size="mini">短信审核</button>
         <button @click="toPyq()" class="mini-btn" type="default" size="mini">微信朋友圈</button>
      </view>
      <v-tabs v-model="currentTab" :tabs="tabList" :pills="true" line-height="0" activeColor="#fff"
         @change="changeTab" pillsColor="#FF928F" :fixed="true"></v-tabs>
      <cc-pullScroolView class="pullScrollView" ref="pullScroll" :enablePullDown="false" :back-top="false">
@@ -97,8 +102,7 @@
            curPageNum: 1,
            pageCount: 10,
            totalNum: 0,
            checkType: '',
            whiteid: "ocUrg6nVVPhn-m6yNPg7igYnB64g,ocUrg6ud9UqAdLpqnA2sSf24EFd4,ocUrg6klrlpbPTnzMDr6R8WDmOXU,ocUrg6qawIzxqqzOHYy2a9YSfx_0"
            checkType: ''
         }
      },
      onLoad(option) {
@@ -115,16 +119,23 @@
         }
      },
      methods: {
         toPyq()
         {
            uni.navigateTo({
               url:'/pages/ad_page/wx_pyqset'
            })
         },
         //检查白名单
         checkId() {
             var openId = uni.getStorageSync('smsopenid');
            if (openId == "" || this.whiteid.indexOf(openId) < 0) {
            var openId = uni.getStorageSync('smsopenid');
             var whiteid=comUtils.getAllowdId(status);
            if (openId == "" || whiteid.indexOf(openId) < 0) {
               uni.reLaunch({
                  url: '/pages/emptypage/nopermissions'
               })
            } else {
               this.getTemplateData();
            }
            }
         },
         copy(taskid) {
            uni.setClipboardData({