zhaojs
2023-06-28 9ea0383c303620cd019d0776ecbb47f52bcef805
uniapp/pages/rankinglist/fengqiang.vue
@@ -1,5 +1,5 @@
<template>
   <view v-if="!isshowtype">
   <view v-if="isshowtype">
      <matherPage></matherPage>
   </view>
   <view v-else>
@@ -48,7 +48,7 @@
         else{
            const value = uni.getStorageSync('userInfo');
            console.log(value);
            this.webviewUrl = encodeURI('http://dfgapp.ushopvip.com/html/fengqiangbang.html?token='+value.token);
            this.webviewUrl = encodeURI('http://appapitest.ushopvip.com/html/fengqiangbang.html?token='+value.token);
         }
         
      },