|
@@ -1,6 +1,7 @@
|
|
import Taro, { Component } from '@tarojs/taro'
|
|
import Taro, { Component } from '@tarojs/taro'
|
|
import { View } from '@tarojs/components'
|
|
import { View } from '@tarojs/components'
|
|
import LoginJudge from '@/c/login/Judge'
|
|
import LoginJudge from '@/c/login/Judge'
|
|
|
|
+import WaterMark from '@/c/waterMark'
|
|
import { arrToObj } from '@utils'
|
|
import { arrToObj } from '@utils'
|
|
import { AtTabs } from 'taro-ui'
|
|
import { AtTabs } from 'taro-ui'
|
|
|
|
|
|
@@ -472,6 +473,7 @@ class Index extends Component {
|
|
render () {
|
|
render () {
|
|
return (
|
|
return (
|
|
<View className="l-box">
|
|
<View className="l-box">
|
|
|
|
+ <WaterMark />
|
|
<LoginJudge />
|
|
<LoginJudge />
|
|
{this.renderTop()}
|
|
{this.renderTop()}
|
|
{this.renderInfo()}
|
|
{this.renderInfo()}
|