山东移动接入办事进度
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
|
||||
export default {
|
||||
name: "AppProgress",
|
||||
appName: "办事进度-旧",
|
||||
appName: "办事进度",
|
||||
data() {
|
||||
return {
|
||||
id: '',
|
||||
|
||||
@@ -22,11 +22,16 @@
|
||||
</div>
|
||||
<input class="codeText" v-model="search" placeholder="搜索要查找的应用"/>
|
||||
<div class="appsPane flex">
|
||||
<b v-for="app in appsList" :key="app.key" @tap="handleGotoApp(app)">{{ app.name }}</b>
|
||||
<div v-for="app in appsList" :key="app.key" @tap="handleGotoApp(app)" class="appItem flex">
|
||||
<b v-text="app.name"/>
|
||||
(
|
||||
<div v-text="app.key"/>
|
||||
)
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<ai-login ref="login" @success="getAuth()"/>
|
||||
<AiLogin ref="login" @success="getAuth()"/>
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
@@ -188,7 +193,7 @@ export default {
|
||||
margin-top: 16px;
|
||||
padding: 0 16px;
|
||||
|
||||
b {
|
||||
.appItem {
|
||||
cursor: pointer;
|
||||
font-size: 24px;
|
||||
background: $uni-color-primary;
|
||||
|
||||
Reference in New Issue
Block a user