|
@@ -9,9 +9,10 @@
|
|
|
@click="submit"
|
|
|
:style="{ marginLeft: '104px' }"
|
|
|
v-if="
|
|
|
- tokenData &&
|
|
|
+ (tokenData &&
|
|
|
tokenData.popedom_code_list &&
|
|
|
- tokenData.popedom_code_list.indexOf(2100001) != -1
|
|
|
+ tokenData.popedom_code_list.indexOf(2100001) != -1) ||
|
|
|
+ (tokenData && tokenData.user_type === 'APP')
|
|
|
"
|
|
|
>
|
|
|
<!-- <img src="../../../../assets/NPC/wbfx-icon.png" alt="" /> -->
|