<!-- 新增车辆 --> | |||||
<template> | <template> | ||||
<view class="box"> | <view class="box"> | ||||
<view class="title">公务车车牌号</view> | <view class="title">公务车车牌号</view> |
//发行激活模块 | //发行激活模块 | ||||
"root": "issueActivation", | "root": "issueActivation", | ||||
"pages": [ | "pages": [ | ||||
{ | |||||
"path": "old-user", | |||||
"style": { | |||||
"navigationBarTitleText": "历史用户申请", | |||||
"enablePullDownRefresh": true | |||||
} | |||||
}, | |||||
{ | |||||
"path": "address", | |||||
"style": { | |||||
"navigationBarTitleText": "邮寄地址", | |||||
"enablePullDownRefresh": true | |||||
} | |||||
}, | |||||
{ | { | ||||
"path": "install-activation-order", | "path": "install-activation-order", | ||||
"style": { | "style": { |