|
|
|
|
@ -1,7 +1,10 @@
|
|
|
|
|
<template>
|
|
|
|
|
<view class="g_flex_column_center" style="min-height: 69px;">
|
|
|
|
|
<view class="btn" @click="goLogin">
|
|
|
|
|
空页面{{ text }}<u-tag text="雪月夜" type="success" />
|
|
|
|
|
{{ text }}
|
|
|
|
|
<view class="u-dom" >
|
|
|
|
|
<u-upload :action="action" :file-list="fileList" ></u-upload>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="g_text_c g_fs_13" style="color: #c0c4cc;" v-if="subText">{{subText}}</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
@ -13,7 +16,12 @@
|
|
|
|
|
export default{
|
|
|
|
|
data(){
|
|
|
|
|
return{
|
|
|
|
|
cdnBaseImg:this.G.store().cdnBaseImg
|
|
|
|
|
action: 'http://www.example.com/upload',
|
|
|
|
|
fileList: [
|
|
|
|
|
{
|
|
|
|
|
url: 'http://pics.sc.chinaz.com/files/pic/pic9/201912/hpic1886.jpg',
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
props:{
|
|
|
|
|
|