16 lines
728 B
Plaintext
16 lines
728 B
Plaintext
<import src="../common/common.wxml"></import>
|
|
<view class="container">
|
|
<page-loding wx:if="{{showLoding}}"></page-loding>
|
|
<head-swiper banner="{{banner}}"></head-swiper>
|
|
<view class="money">
|
|
<my-money user="{{user}}"></my-money>
|
|
<view class="marquee-wrap" wx:if="{{notice}}">
|
|
<view bindtap="toPage" class="marquee-content" data-refresh="1" data-url="{{noticeurl}}"> {{notice}} </view>
|
|
</view>
|
|
</view>
|
|
<template is="pageList" data="{{urlList:urlList}}"></template>
|
|
<service-tel></service-tel>
|
|
<view bindtap="toScan" class="scan-btn" wx:if="{{!isScan}}">扫码启动</view>
|
|
<view bindtap="toStart" class="scan-btn" wx:if="{{isScan}}">立即启动</view>
|
|
</view>
|