{"dependencies":[{"ETag":"99914B932BD37A50B983C5E7C90AE93B","name":"0.json","size":2,"type":"json","url":"https://gw.alipayobjects.com/os/herbox/35d3d3f3-fe47-46db-b9ed-4b9c437edad4/0.json"}],"sourceCode":{"app.js":"App({\n onLaunch(options) {\n },\n onShow() {\n console.log('app onShow');\n },\n onHide() {\n console.log('--------onHide');\n },\n onError(msg) {\n console.log('app OnError: ', msg);\n },\n shareData: {\n\n },\n});\n","app.json":"{\n \"pages\": [\n \n \"pages/nav/nav\",\n \"pages/etc/etc\",\n \"pages/subway-result/subway-result\",\n \"pages/subway-event/subway-event\",\n \"pages/pay-result-components/pay-result-components\",\n \"pages/bus/bus\",\n \"pages/auto-pay-two/auto-pay-two\",\n \"pages/auto-pay/auto-pay\",\n \"pages/main/index\",\n \"pages/medicare/medicare\"\n ],\n \"window\": {\n \"enableDSL\": \"YES\",\n \"enableJSC\": \"YES\",\n \"enableKeepAlive\": \"NO\",\n \"enableWK\": \"YES\",\n \"nboffline\": \"sync\",\n \"tinyPubRes\": \"YES\",\n \"showDomain\": \"NO\"\n }\n}\n","mini.project.json":"{\n \"component2\": false\n}","package.json":"{\n \"name\": \"mas-demo\",\n \"version\": \"0.0.1\",\n \"appid\": \"77700100\",\n \"description\": \"> TODO: description\",\n \"author\": \"bingjian.gbj <bingjian.gbj@alibaba-inc.com>\",\n \"homepage\": \"\",\n \"license\": \"ISC\",\n \"main\": \"app.js\",\n \"publishConfig\": {\n \"registry\": \"http://registry.npm.taobao.org/\"\n },\n \"scripts\": {\n \"dev\": \"tiny river --miniprogramRoot=./\",\n \"build_back\": \"TINYCLI_OUT=./dist tiny b\",\n \"build\": \"appx-web-cli bundle --minify --out=./dist && rm -rf ./dist/_tmp && rm -rf ./dist/dist\"\n },\n \"devDependencies\": {\n \"@alipay/tiny-cli\": \"*\",\n \"@alipay/appx-web-cli\": \"^2.7.3\"\n },\n \"dependencies\": {\n \"mini-antui\": \"^0.4.34\"\n }\n}\n","components/_util/fmtEvent.js":"export default function fmtEvent(props, e) {\n var dataset = {};\n\n for (var key in props) {\n if (/data-/gi.test(key)) {\n dataset[key.replace(/data-/gi, '')] = props[key];\n }\n }\n\n return Object.assign({}, e, {\n currentTarget: {\n dataset: dataset\n },\n target: {\n dataset: dataset,\n targetDataset: dataset\n }\n });\n}","components/action-button/action-button.acss":".action-button-wraper.fixed {\n position: fixed;\n bottom: 0;\n background: #FFF;\n padding-bottom: 32rpx;\n}\n.action-button-wraper .action-body {\n padding: 0 32rpx;\n}\n.action-button-wraper .action-body .top-protocol {\n text-align: left;\n}\n.action-button-wraper .action-body .top-protocol .normal {\n font-size: 22rpx;\n color: #3A3A3A;\n}\n.action-button-wraper .action-body .top-protocol .normal.blue {\n color: #108EE9;\n}\n.action-button-wraper .action-body .button-group {\n padding-top: 16rpx;\n}\n.action-button-wraper .action-body .button-group .button {\n margin-bottom: 16rpx;\n border-radius: 8rpx;\n box-shadow: 0 2px 12px 0 rgba(16, 142, 133, 0.11);\n font-weight: 500;\n}\n.action-button-wraper .action-body .button-group .button:last-child {\n margin-bottom: 0;\n}\n.action-button-wraper .action-body .bottom-protocol {\n margin-top: 16rpx;\n text-align: left;\n}\n.action-button-wraper .action-body .bottom-protocol .normal {\n font-size: 22rpx;\n color: #3A3A3A;\n}\n.action-button-wraper .action-body .bottom-protocol .normal.blue {\n color: #108EE9;\n}\n.action-button-wraper .action-body .bottom-protocol .spread-arrow {\n display: inline-block;\n box-sizing: border-box;\n border-right: 2rpx solid #999;\n border-bottom: 2rpx solid #999;\n width: 8rpx;\n height: 8rpx;\n transform: rotate(45deg);\n vertical-align: middle;\n}\n.action-button-wraper .bottom-item {\n display: flex;\n padding: 32rpx 32rpx 0;\n border-top: 1rpx solid #eee;\n margin-top: 32rpx;\n justify-content: space-between;\n}\n.action-button-wraper .bottom-item .content .icon {\n width: 48rpx;\n height: 48rpx;\n vertical-align: middle;\n margin-right: 24rpx;\n}\n.action-button-wraper .bottom-item .content .text {\n font-size: 28rpx;\n vertical-align: middle;\n}\n.action-button-wraper .bottom-item .arrow {\n width: 12rpx;\n height: 21rpx;\n margin-top: 12rpx;\n}\n.action-button-wraper .bottom-list {\n text-align: left;\n font-size: 28rpx;\n color: #333333;\n padding: 0 32rpx;\n border-top: 1rpx solid #eee;\n margin-top: 32rpx;\n}\n.action-button-wraper .bottom-list .item {\n padding: 24.5rpx 0;\n border-bottom: 1rpx solid #eee;\n}\n.action-button-wraper .bottom-list .item:last-child {\n border-bottom: none;\n padding-bottom: 0;\n}\n.action-button-wraper .bottom-list .item .label {\n display: inline-block;\n width: 174rpx;\n}\n.action-button-wraper .bottom-list .item .value {\n display: inline-block;\n}\n.action-button-wraper .bottom-list .item .icon {\n width: 32rpx;\n height: 32rpx;\n background-size: cover;\n float: right;\n}\n","components/action-button/action-button.axml":"<view class=\"action-button-wraper {{fixed ? 'fixed': ''}}\">\n <view class=\"action-body\">\n <slot name=\"header\" />\n <view a:if=\"{{topProtocol.length > 0}}\" class=\"top-protocol\">\n <text class=\"normal {{item.type=== 'blue' ? 'blue' : ''}}\" a:for=\"{{topProtocol}}\">{{item.text}}</text>\n </view>\n <view class=\"button-group\">\n <button class=\"button\" a:for=\"{{buttonGroup}}\" type=\"{{item.type}}\">{{item.text}}</button>\n </view>\n <view a:if=\"{{bottomProtocol.length > 0}}\" class=\"bottom-protocol\">\n <text class=\"normal {{item.type=== 'blue' ? 'blue' : ''}}\" a:for=\"{{bottomProtocol}}\">{{item.text}}</text>\n <view class=\"spread-arrow\"></view>\n </view>\n </view>\n <view class=\"bottom-item\" a:if=\"{{bottomItem}}\">\n <view class=\"content\">\n <image class=\"icon\" src=\"{{bottomItem.iconUrl}}\"></image>\n <text a:if={{bottomItem}} class=\"text\">{{bottomItem.text}}</text>\n </view>\n <image class=\"arrow\" src=\"https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*S44LRpc_2YQAAAAAAAAAAABkARQnAQ\"></image>\n </view>\n <view class=\"bottom-list\" a:if=\"{{bottomList}}\">\n <view class=\"item\" a:for=\"{{bottomList}}\">\n <view class=\"label\">{{item.label}}</view>\n <view class=\"value\">{{item.value}}</view>\n <image class=\"icon\" src=\"https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*ElrGQYnl2_4AAAAAAAAAAABkARQnAQ\" a:if=\"{{item.editable}}\" />\n </view>\n </view>\n \n</view>","components/action-button/action-button.js":"Component({\n props: {},\n didMount: function didMount() {},\n methods: {}\n});","components/action-button/action-button.json":"{\n \"component\": true\n}","components/advance-list/advance-list.acss":".advance-list .advance-item {\n display: flex;\n justify-content: space-around;\n margin-bottom: 20rpx;\n}\n.advance-list .advance-item:list-child {\n margin-bottom: 0;\n}\n.advance-list .advance-item-content {\n text-align: left;\n display: flex;\n flex-direction: column;\n justify-content: center;\n}\n.advance-list .advance-item-content .title {\n color: #108EE9;\n font-weight: 500;\n font-size: 34rpx;\n margin-bottom: 18rpx;\n}\n.advance-list .advance-item-content .des {\n color: #999;\n font-size: 24rpx;\n}\n.advance-list .advance-item-icon-image {\n height: 200rpx;\n width: 200rpx;\n}\n","components/advance-list/advance-list.axml":"<view class=\"advance-list\">\n <view class=\"advance-item\" a:for=\"{{list}}\">\n <view class=\"advance-item-content\" a:if=\"{{index % 2 === 1}}\">\n <view class=\"title\">{{item.title}}</view>\n <view class=\"des\">{{item.des}}</view>\n </view>\n <view class=\"advance-item-icon\" a:if=\"{{index % 2 === 1}}\">\n <image class=\"advance-item-icon-image\" src=\"{{item.icon}}\" mode=\"scaleToFill\" />\n </view>\n <view class=\"advance-item-icon\" a:if=\"{{index % 2 === 0}}\">\n <image class=\"advance-item-icon-image\" src=\"{{item.icon}}\" mode=\"scaleToFill\" />\n </view>\n <view class=\"advance-item-content\" a:if=\"{{index % 2 === 0}}\">\n <view class=\"title\">{{item.title}}</view>\n <view class=\"des\">{{item.des}}</view>\n </view>\n \n </view>\n</view>","components/advance-list/advance-list.js":"Component({\n props: {},\n didMount: function didMount() {},\n methods: {}\n});","components/advance-list/advance-list.json":"{\n \"component\": true\n}","components/am-checkbox/index.acss":".am-checkbox {\n position: relative;\n height: 22px;\n width: 22px;\n display: inline-block;\n}\n.am-checkbox-value {\n position: absolute;\n z-index: 1;\n border-radius: 50%;\n opacity: 0;\n}\n.am-checkbox-synthetic {\n position: absolute;\n z-index: 2;\n pointer-events: none;\n top: 0;\n left: 0;\n border-radius: 50%;\n height: 100%;\n width: 100%;\n}\n.am-checkbox-synthetic::before {\n position: absolute;\n left: 0;\n top: 0;\n height: 200%;\n width: 200%;\n display: block;\n box-sizing: border-box;\n border-radius: 50%;\n content: '';\n transform-origin: 0 0;\n transform: scale(0.5);\n border: 1px solid #c9c9c9;\n}\n.am-checkbox-value.a-checkbox-checked + .am-checkbox-synthetic::before {\n background-color: #108ee9;\n border-color: #108ee9;\n border-width: 0;\n}\n.am-checkbox-value.a-checkbox-checked + .am-checkbox-synthetic::after {\n position: absolute;\n display: block;\n z-index: 999;\n content: '';\n top: 4px;\n right: 8px;\n width: 5px;\n height: 10px;\n border: 2px solid #fff;\n border-width: 0 1px 1px 0;\n transform: rotate(45deg);\n}\n.am-checkbox-value.a-checkbox-disabled + .am-checkbox-synthetic::before {\n border: 1px solid #ccc;\n background-color: #e1e1e1;\n}\n.am-checkbox-value.a-checkbox-disabled + .am-checkbox-synthetic::after {\n border-color: #adadad;\n}\n","components/am-checkbox/index.axml":"<view class=\"am-checkbox\">\n <checkbox\n class=\"am-checkbox-value\"\n value=\"{{value}}\"\n checked=\"{{checked}}\"\n disabled=\"{{disabled}}\"\n onChange=\"onChange\"\n id=\"{{id}}\"\n />\n <view class=\"am-checkbox-synthetic\"></view>\n</view> ","components/am-checkbox/index.js":"import fmtEvent from '../_util/fmtEvent';\nComponent({\n props: {\n value: '',\n checked: false,\n disabled: false,\n onChange: function onChange() {},\n id: ''\n },\n methods: {\n onChange: function onChange(e) {\n var event = fmtEvent(this.props, e);\n this.props.onChange(event);\n }\n }\n});","components/am-checkbox/index.json":"{\n \"component\": true\n}","components/blank/app.js":"App({\n onLaunch(options) {\n // 第一次打开\n // options.query == {number:1}\n console.info('App onLaunch');\n },\n onShow(options) {\n // 从后台被 scheme 重新打开\n // options.query == {number:1}\n },\n});\n","components/blank/app.json":"{\n \"pages\": [\n \"pages/index/index\"\n ],\n \"window\": {\n \"defaultTitle\": \"My App\"\n }\n}\n","components/blank/pages/index/index.axml":"<!-- 小程序收藏组件,更多高级用法请参考文档:https://docs.alipay.com/mini/component/component-favorite -->\n\n<view>\n this is a blank page\n</view>\n","components/blank/pages/index/index.js":"Page({\n onLoad(query) {\n // 页面加载\n console.info(`Page onLoad with query: ${JSON.stringify(query)}`);\n },\n onReady() {\n // 页面加载完成\n },\n onShow() {\n // 页面显示\n },\n onHide() {\n // 页面隐藏\n },\n onUnload() {\n // 页面被关闭\n },\n onTitleClick() {\n // 标题被点击\n },\n onPullDownRefresh() {\n // 页面被下拉\n },\n onReachBottom() {\n // 页面被拉到底部\n },\n onShareAppMessage() {\n // 返回自定义分享信息\n return {\n title: 'My App',\n desc: 'My App description',\n path: 'pages/index/index',\n };\n },\n});\n","components/blank/pages/index/index.json":"{}","components/card/card.acss":".card_wraper {\n width: 100%;\n background: #fff;\n border-radius: 10rpx;\n padding: 32rpx 0;\n box-sizing: border-box;\n text-align: center;\n}\n.card_wraper.margin-bottom {\n margin-bottom: 24rpx;\n}\n.card_wraper.margin-bottom:last-child {\n margin-bottom: 0;\n}\n.card_wraper.no-top-radius {\n border-top-left-radius: 0;\n border-top-right-radius: 0;\n}\n.card_wraper .hot-tip {\n display: inline-block;\n background: #FFF5F5;\n border: 1rpx solid #FFD7CF;\n height: 36rpx;\n border-radius: 18rpx;\n font-size: 21.6rpx;\n padding: 0 21rpx;\n line-height: 30rpx;\n color: #E37000;\n margin: 32rpx 0 48rpx;\n vertical-align: middle;\n}\n.card_wraper .hot-tip .hot-image {\n width: 90rpx;\n height: 22rpx;\n vertical-align: middle;\n}\n.card_wraper .hot-tip .gap {\n display: inline-block;\n width: 2rpx;\n height: 18rpx;\n background: #F0D1D1;\n vertical-align: middle;\n margin: 0 13rpx;\n}\n.card_wraper .hot-tip .content {\n vertical-align: middle;\n}\n.card_wraper .title-wraper {\n margin-bottom: 48rpx;\n font-size: 32rpx;\n font-weight: 500;\n}\n.card_wraper .title-wraper.hastip {\n margin-bottom: 0;\n}\n.card_wraper .title-wraper .line {\n display: inline-block;\n width: 24rpx;\n height: 2rpx;\n background-color: #D8D8D8;\n vertical-align: middle;\n}\n.card_wraper .title-wraper .title {\n display: inline-block;\n margin: 0 12rpx;\n color: #3A3A3A;\n}\n.card_wraper .get-more {\n display: block;\n height: 57rpx;\n font-size: 24rpx;\n line-height: 89rpx;\n box-sizing: border-box;\n position: relative;\n}\n.card_wraper .get-more::after {\n position: absolute;\n display: block;\n content: '';\n height: 1rpx;\n width: 702rpx;\n background: #eee;\n top: 0;\n left: 0;\n}\n.card_wraper.padding {\n padding: 32rpx;\n}\n.card_wraper.padding .get-more::after {\n left: -32rpx;\n}\n","components/card/card.axml":"<view class=\"card_wraper {{noTopRadius ? 'no-top-radius' : ''}} {{HorizonatalPadding ? 'padding' : ''}} {{marginBottom ? 'margin-bottom' : ''}}\">\n <view a:if=\"{{title}}\" class=\"title-wraper {{hotTip ? 'hastip' : ''}}\">\n <view class=\"line\"></view>\n <view class=\"title\">{{title}}</view>\n <view class=\"line\"></view>\n </view>\n <view a:if=\"{{hotTip}}\" class=\"hot-tip\">\n <image src=\"{{hotTip.imageUrl}}\" class=\"hot-image\" mode=\"scaleToFill\" />\n <view class=\"gap\"></view>\n <text class=\"content\">{{hotTip.text}}</text>\n </view>\n <slot></slot>\n <text a:if=\"{{showBottomButton}}\" class=\"get-more\">{{bottomButtonText}}</text>\n</view>","components/card/card.js":"Component({\n data: {},\n props: {\n title: '',\n HorizonatalPadding: false,\n showBottomButton: false,\n bottomButtonText: '',\n marginBottom: true\n },\n methods: {}\n});","components/card/card.json":"{\n \"component\": true\n}","components/cert-service/cert-service.acss":"@font-face {\n font-family: \"MFJianhei\";\n src: url(\"https://gw.alipayobjects.com/os/basement_prod/2c89b71b-8399-43ec-8c20-d575ebdd4b15.ttf\") format(\"truetype\");\n}\n.cert-wraper {\n padding-top: 60rpx;\n box-sizing: border-box;\n position: relative;\n text-align: center;\n left: -24rpx;\n width: 750rpx;\n height: 201rpx;\n}\n.cert-wraper .title-wraper .icon-wraper {\n display: inline-block;\n}\n.cert-wraper .title-wraper .icon-wraper .line {\n width: 108rpx;\n height: 1rpx;\n background: #D8D8D8;\n display: inline-block;\n vertical-align: middle;\n margin: 0 9rpx;\n box-sizing: border-box;\n}\n.cert-wraper .title-wraper .icon-wraper .icon {\n width: 17rpx;\n height: 18rpx;\n background-size: cover;\n vertical-align: middle;\n}\n.cert-wraper .title-wraper .title {\n display: inline-block;\n font-family: \"MFJianhei\";\n margin: 0 11rpx 11rpx;\n vertical-align: middle;\n color: #FFF;\n}\n.cert-wraper .des {\n color: rgba(255, 255, 255, 0.63);\n font-size: 24rpx;\n letter-spacing: 4rpx;\n}\n","components/cert-service/cert-service.axml":"<view class=\"cert-wraper\" style=\"{{background: backgroundColor}}\">\n <view class=\"title-wraper\">\n <view class=\"icon-wraper\">\n <view class=\"line\"></view>\n <image class=\"icon\" src=\"https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*R4v4TYKSGW0AAAAAAAAAAABkARQnAQ\" mode=\"\" />\n </view>\n <view class=\"title\">{{title}}</view>\n <view class=\"icon-wraper\">\n <image class=\"icon\" src=\"https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*B1FcT7RqlaUAAAAAAAAAAABkARQnAQ\" mode=\"\" />\n <view class=\"line\"></view>\n </view>\n </view>\n <view class=\"des\" style=\"{{letterSpacing: letterSpacing + 'rpx'}}\">{{des}}</view>\n</view>","components/cert-service/cert-service.js":"Component({\n data: {},\n props: {\n backgroundColor: '#eee',\n title: '',\n des: '',\n letterSpacing: '4'\n },\n methods: {}\n});","components/cert-service/cert-service.json":"{\n \"component\": true\n}","components/evaluate/evaluate.acss":".evaluate-wraper .evaluate-item {\n height: 273rpx;\n padding: 40rpx 0 47rpx;\n box-sizing: border-box;\n position: relative;\n border-bottom: 1rpx solid #eee;\n}\n.evaluate-wraper .evaluate-item:nth-of-type(1) {\n padding-top: 0rpx;\n}\n.evaluate-wraper .evaluate-item:last-of-type {\n padding-bottom: 0;\n border-bottom: none;\n}\n.evaluate-wraper .evaluate-item .info-wraper {\n display: flex;\n justify-content: space-between;\n margin-bottom: 28rpx;\n}\n.evaluate-wraper .evaluate-item .info-wraper .user-info .avatar {\n height: 60rpx;\n width: 60rpx;\n border-radius: 50%;\n vertical-align: middle;\n margin-right: 16rpx;\n}\n.evaluate-wraper .evaluate-item .info-wraper .user-info .person {\n display: inline-block;\n text-align: left;\n vertical-align: middle;\n}\n.evaluate-wraper .evaluate-item .info-wraper .user-info .person .name {\n font-size: 26rpx;\n margin-bottom: 8rpx;\n}\n.evaluate-wraper .evaluate-item .info-wraper .user-info .person .time {\n font-size: 20rpx;\n color: #999999;\n}\n.evaluate-wraper .evaluate-item .info-wraper .count-wraper .icon-wraper {\n display: inline-block;\n font-size: 24rpx;\n color: #999;\n}\n.evaluate-wraper .evaluate-item .info-wraper .count-wraper .icon-wraper .number {\n vertical-align: middle;\n margin-left: 6rpx;\n}\n.evaluate-wraper .evaluate-item .info-wraper .count-wraper .icon-wraper.up {\n margin-right: 24rpx;\n}\n.evaluate-wraper .evaluate-item .info-wraper .count-wraper .icon-wraper.up .icon {\n width: 24rpx;\n height: 24rpx;\n background-size: cover;\n vertical-align: middle;\n}\n.evaluate-wraper .evaluate-item .info-wraper .count-wraper .icon-wraper.count .icon {\n width: 25rpx;\n height: 23rpx;\n background-size: cover;\n vertical-align: middle;\n}\n.evaluate-wraper .evaluate-item .comment-info {\n text-align: left;\n}\n.evaluate-wraper .evaluate-item .comment-info .text {\n width: 394rpx;\n display: inline-block;\n vertical-align: top;\n margin-right: 28rpx;\n}\n.evaluate-wraper .evaluate-item .comment-info .text .content {\n display: -webkit-box;\n overflow: hidden;\n font-size: 24rpx;\n -webkit-line-clamp: 4;\n -webkit-box-orient: vertical;\n color: #A2A2A2;\n line-height: 34rpx;\n}\n.evaluate-wraper .evaluate-item .comment-info .image {\n width: 216rpx;\n height: 138rpx;\n}\n.evaluate-wraper .evaluate-item .comment-info.noImage .text {\n width: 100%;\n margin-right: 0;\n}\n.evaluate-wraper .evaluate-item .comment-info.noImage .text .content {\n display: -webkit-box;\n overflow: hidden;\n font-size: 24rpx;\n -webkit-line-clamp: 3;\n -webkit-box-orient: vertical;\n}\n.evaluate-wraper .evaluate-item .comment-info.noImage .image {\n display: none;\n}\n","components/evaluate/evaluate.axml":"<view class=\"evaluate-wraper\">\n <swiper style=\"height: 273rpx;\" indicator-dots=\"{{false}}\" autoplay=\"{{true}}\" vertical=\"{{true}}\" circular=\"{{true}}\" >\n <block a:for=\"{{list}}\">\n <swiper-item>\n <view class=\"evaluate-item\">\n <view class=\"info-wraper\">\n <view class=\"user-info\">\n <image class=\"avatar\" src=\"{{item.avatarUrl}}\"></image>\n <view class=\"person\">\n <view class=\"name\">{{item.name}}</view>\n <view class=\"time\">{{item.time}}</view>\n </view>\n </view>\n <view class=\"count-wraper\">\n <view class=\"icon-wraper up\">\n <image class=\"icon\" src=\"https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*aPqQQL-z3vIAAAAAAAAAAABkARQnAQ\" mode=\"\" />\n <text class=\"number\">{{item.upCount}}</text>\n </view>\n <view class=\"icon-wraper count\">\n <image class=\"icon\" src=\"https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*6_kPRaNKm1UAAAAAAAAAAABkARQnAQ\" mode=\"\" />\n <text class=\"number\">{{item.commentCount}}</text>\n </view>\n </view>\n </view>\n <view class=\"comment-info {{item.imageUrl ? '' : 'noImage'}}\">\n <view class=\"text\">\n <view class=\"content\">\n {{item.content}}\n </view>\n </view>\n <image a:if=\"{{item.imageUrl}}\" class=\"image\" src=\"{{item.imageUrl}}\"></image>\n </view>\n </view>\n </swiper-item>\n </block>\n </swiper>\n\n</view>","components/evaluate/evaluate.js":"Component({\n data: {},\n props: {\n list: []\n },\n methods: {}\n});","components/evaluate/evaluate.json":"{\n \"component\": true\n}","components/green-energy/green-energy.acss":".green-wraper {\n border-radius: 24rpx;\n padding: 0rpx 16rpx;\n background: rgba(0, 0, 0, 0.12);\n display: inline-block;\n height: 48rpx;\n line-height: 48rpx;\n box-sizing: border-box;\n}\n.green-wraper .icon {\n display: inline-block;\n width: 32rpx;\n height: 32rpx;\n line-height: 32rpx;\n margin-right: 8rpx;\n vertical-align: middle;\n border-radius: 50%;\n text-align: center;\n color: #009D01;\n font-family: AlipayNumber-Regular;\n font-size: 14rpx;\n background: url('https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*hoFFRqSPLNUAAAAAAAAAAABkARQnAQ') no-repeat;\n background-size: contain;\n}\n.green-wraper .icon.big {\n width: 39rpx;\n height: 39rpx;\n line-height: 39rpx;\n background: url('https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*p-lhQbNBz60AAAAAAAAAAABkARQnAQ') no-repeat;\n background-size: contain;\n}\n.green-wraper .icon .unit {\n font-size: 13.5rpx;\n}\n.green-wraper .content {\n display: inline-block;\n color: #fff;\n font-size: 24rpx;\n}\n.green-wraper .content .number {\n color: #BFFF00;\n font-family: AlipayNumber-Regular;\n}\n.green-wraper .content .number.big {\n font-size: 28.2rpx;\n}\n.green-wraper .content .unit {\n color: #BFFF00;\n font-family: AlipayNumber-Regular;\n}\n.green-wraper .content .unit.big {\n font-size: 28.2rpx;\n}\n","components/green-energy/green-energy.axml":"<view class=\"green-wraper\">\n <view class=\"icon {{isBig ? 'big' : ''}}\">{{count}}<text class=\"unit\">g</text></view>\n <view class=\"content\">\n {{preDes}}<text class=\"number {{isBig ? 'big' : ''}}\">{{count}}</text><text class=\"unit {{isBig ? 'big' : ''}}\">g</text>绿色能量\n </view>\n</view>","components/green-energy/green-energy.js":"Component({\n data: {\n isBig: false\n },\n props: {\n preDes: '',\n count: ''\n },\n didMount: function didMount() {\n var count = this.props.count;\n\n if (String(count).length > 2) {\n this.setData({\n isBig: true\n });\n }\n },\n methods: {}\n});","components/green-energy/green-energy.json":"{\n \"component\": true\n}","components/market-card/market-card.acss":".market-card-wraper {\n width: 310rpx;\n height: 202rpx;\n padding-top: 81rpx;\n display: inline-block;\n text-align: center;\n box-sizing: border-box;\n box-shadow: 2px 4px 12px 0 rgba(153, 153, 153, 0.11);\n}\n.market-card-wraper .content {\n font-size: 28rpx;\n}\n.market-card-wraper .content .high-price {\n font-size: 38rpx;\n font-family: AlipayNumber-Regular;\n color: #FF4A4B;\n margin: 0 1rpx 0 6rpx;\n}\n.market-card-wraper .content .high-unit {\n font-size: 30rpx;\n color: #FF4A4B;\n margin-right: 7rpx;\n}\n.market-card-wraper .des {\n font-size: 22rpx;\n color: #B6B6B6;\n margin-top: 5rpx;\n}\n.market-card-wraper.jsyh {\n background: url('https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*LmydSZ93s1QAAAAAAAAAAABkARQnAQ');\n background-size: cover;\n}\n.market-card-wraper.gsyh {\n background: url('https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*FBAgRL6IEp8AAAAAAAAAAABkARQnAQ');\n background-size: cover;\n}\n.market-card-wraper.nyyh {\n background: url('https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*QKIQT7JLMxAAAAAAAAAAAABkARQnAQ');\n background-size: cover;\n}\n.market-card-wraper.large {\n width: 678rpx;\n text-align: left;\n padding-left: 32rpx;\n border-radius: 8rpx;\n}\n.market-card-wraper.large .content {\n font-size: 34rpx;\n}\n.market-card-wraper.large .content .high-price {\n font-size: 44rpx;\n}\n.market-card-wraper.large .des {\n font-size: 24rpx;\n margin-top: 4rpx;\n}\n.market-card-wraper.large.jsyh {\n background: url('https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*LPlaSp6pyPAAAAAAAAAAAABkARQnAQ');\n background-size: cover;\n}\n.market-card-wraper.large.gsyh {\n background: url('https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*Bi6xRoeCVGgAAAAAAAAAAABkARQnAQ');\n background-size: cover;\n}\n.market-card-wraper.large.nyyh {\n background: url('https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*NWRAS4y41QMAAAAAAAAAAABkARQnAQ');\n background-size: cover;\n}\n","components/market-card/market-card.axml":"<view class=\"market-card-wraper {{className}}\">\n <view class=\"content\">\n 最高 <text class=\"high-price\">{{high}}</text><text class=\"high-unit\">元</text> 加油红包\n </view>\n <view class=\"des\">\n 绑{{card}}最低得{{low}}元\n </view>\n</view>","components/market-card/market-card.js":"var Enum = {\n 'jsyh': \"建行卡\",\n 'gsyh': \"工行卡\",\n 'nyyh': \"农行卡\"\n};\nvar EnumClassName = {\n 'jsyh': 'jsyh',\n 'gsyh': 'gsyh',\n 'nyyh': 'nyyh'\n};\nComponent({\n data: {\n card: '',\n className: ''\n },\n props: {\n type: '',\n size: 'normal',\n high: '',\n low: ''\n },\n didMount: function didMount() {\n var card = '';\n var className = '';\n\n switch (this.props.type) {\n case 'jsyh':\n card = Enum['jsyh']; // 建行\n\n className = EnumClassName['jsyh'];\n break;\n\n case 'gsyh':\n card = Enum['gsyh']; // 工行\n\n className = EnumClassName['gsyh'];\n break;\n\n case 'nyyh':\n card = Enum['nyyh']; // 农行\n\n className = EnumClassName['nyyh'];\n break;\n }\n\n if (this.props.size === 'large') className += ' large';\n this.setData({\n card: card,\n className: className\n });\n },\n methods: {}\n});","components/market-card/market-card.json":"{\n \"component\": true\n}","components/operation/operation.acss":".operation-wraper-item {\n padding: 32rpx 32rpx 34.5rpx;\n border-bottom: 1rpx solid #eee;\n display: flex;\n justify-content: space-between;\n}\n.operation-wraper-item:first-child {\n padding-top: 0;\n}\n.operation-wraper-item:last-child {\n border-bottom: none;\n padding-bottom: 0;\n}\n.operation-wraper-item-label-icon {\n width: 74rpx;\n height: 74rpx;\n}\n.operation-wraper-item-label-content {\n margin-left: 32rpx;\n display: inline-block;\n line-height: 46rpx;\n text-align: left;\n}\n.operation-wraper-item-label-content-title {\n font-size: 32rpx;\n color: #3D2E2F;\n font-weight: 500;\n}\n.operation-wraper-item-label-content-des {\n font-size: 26rpx;\n color: #999999;\n}\n.operation-wraper-item-button {\n width: 124rpx;\n height: 54rpx;\n font-size: 28rpx;\n line-height: 54rpx;\n vertical-align: middle;\n margin-top: 20rpx;\n font-weight: 500;\n}\n.operation-wraper-item-button.default {\n border-color: #108EE9;\n color: #108EE9;\n}\n","components/operation/operation.axml":"<view class=\"operation-wraper\">\n <view class=\"operation-wraper-item\" a:for=\"{{dataSource}}\">\n <view class=\"operation-wraper-item-label\">\n <image class=\"operation-wraper-item-label-icon\" src=\"{{item.iconPath}}\" mode=\"scaleToFill\" />\n <view class=\"operation-wraper-item-label-content\">\n <view class=\"operation-wraper-item-label-content-title\">{{item.title}}</view>\n <view class=\"operation-wraper-item-label-content-des\">{{item.des}}</view>\n </view>\n </view>\n <button class=\"operation-wraper-item-button {{item.buttonType}}\" type=\"{{item.buttonType}}\" size=\"defaultSize\" onTap=\"defaultTap\">{{item.buttonText}}</button>\n </view>\n \n</view>","components/operation/operation.js":"Component({\n data: {},\n props: {\n list: []\n },\n methods: {}\n});","components/operation/operation.json":"{\n \"component\": true\n}","components/passway/passway.acss":".passway-wraper .out-wraper {\n padding: 0 32rpx;\n display: flex;\n justify-content: space-between;\n text-align: left;\n}\n.passway-wraper .out-wraper .label {\n font-size: 36rpx;\n line-height: 40rpx;\n vertical-align: middle;\n font-weight: 500;\n}\n.passway-wraper .out-wraper .more .pre {\n font-size: 24rpx;\n color: #999;\n vertical-align: middle;\n}\n.passway-wraper .out-wraper .more .arrow {\n width: 12rpx;\n height: 21rpx;\n vertical-align: middle;\n margin-left: 10rpx;\n}\n.passway-wraper .exit-wraper {\n padding: 40rpx 32rpx 40rpx;\n color: #333333;\n}\n.passway-wraper .exit-wraper .item {\n display: flex;\n justify-content: space-between;\n margin-bottom: 24rpx;\n}\n.passway-wraper .exit-wraper .item:last-child {\n margin-bottom: 0;\n}\n.passway-wraper .exit-wraper .item .name {\n font-size: 25rpx;\n line-height: 53rpx;\n}\n.passway-wraper .exit-wraper .item .list {\n width: 530rpx;\n display: flex;\n justify-content: space-between;\n flex-wrap: wrap;\n align-content: flex-start;\n}\n.passway-wraper .exit-wraper .item .list .exitRef {\n width: 259rpx;\n display: inline-block;\n font-size: 24rpx;\n height: 53rpx;\n line-height: 53rpx;\n background: #F7FCFF;\n border-radius: 2rpx;\n margin-bottom: 10rpx;\n}\n.passway-wraper .exit-wraper .item .list .exitRef:last-child {\n margin-bottom: 0;\n}\n.passway-wraper .exit-wraper .item .list .exitRef:nth-last-child(2) {\n margin-bottom: 0;\n}\n.passway-wraper .traffic-wraper {\n display: flex;\n padding: 32rpx 32rpx 0;\n justify-content: space-between;\n border-top: 1rpx solid #eee;\n font-size: 26rpx;\n font-weight: normal;\n}\n.passway-wraper .traffic-wraper .label .pre {\n display: inline-block;\n vertical-align: middle;\n}\n.passway-wraper .traffic-wraper .label .icon {\n display: inline-block;\n height: 34rpx;\n background: rgba(152, 227, 199, 0.24);\n line-height: 34rpx;\n padding: 0 8rpx;\n font-size: 20rpx;\n font-weight: 500;\n color: #11A86E;\n border-radius: 2rpx;\n vertical-align: middle;\n margin-left: 10rpx;\n}\n.passway-wraper .traffic-wraper .go .text {\n vertical-align: middle;\n}\n.passway-wraper .traffic-wraper .go .arrow {\n width: 12rpx;\n height: 21rpx;\n margin-left: 10rpx;\n vertical-align: middle;\n}\n","components/passway/passway.axml":"<view class=\"passway-wraper\">\n <view class=\"out-wraper\">\n <view class=\"label\">{{dataSource.name}}</view>\n <view class=\"more\">\n <text class=\"pre\">更多出口</text>\n <image class=\"arrow\" mode=\"scaleToFill\" src=\"https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*S44LRpc_2YQAAAAAAAAAAABkARQnAQ\"/>\n </view>\n </view>\n <view class=\"exit-wraper\">\n <view class=\"item\" a:for=\"{{dataSource.exits}}\">\n <view class=\"name\">{{item.name}}</view>\n <view class=\"list\">\n <view class=\"exitRef\" a:for=\"{{item.to}}\" a:for-item=\"exit\">\n {{exit}}\n </view>\n </view>\n </view>\n </view>\n <view class=\"traffic-wraper\">\n <view class=\"label\">\n <text class=\"pre\">{{dataSource.traffic.label}}</text>\n <view class=\"icon\">{{dataSource.traffic.iconText}}</view>\n </view>\n <view class=\"go\">\n <text class=\"text\">{{dataSource.traffic.go}}</text>\n <image class=\"arrow\" mode=\"scaleToFill\" src=\"https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*S44LRpc_2YQAAAAAAAAAAABkARQnAQ\"/>\n </view>\n </view>\n</view>","components/passway/passway.js":"Component({\n data: {},\n props: {},\n methods: {}\n});","components/passway/passway.json":"{\n \"component\": true\n}","components/pay-info/pay-info.acss":".pay-info-wraper {\n text-align: center;\n color: #FFF;\n font-size: 36rpx;\n}\n.pay-info-wraper .status-icon {\n margin-bottom: 11rpx;\n}\n.pay-info-wraper .status-icon .icon {\n width: 35rpx;\n height: 35rpx;\n vertical-align: middle;\n margin-right: 12rpx;\n}\n.pay-info-wraper .status-icon .text {\n vertical-align: middle;\n font-weight: 500;\n}\n.pay-info-wraper .content-wraper {\n margin-bottom: 13rpx;\n color: #FFF;\n font-size: 54rpx;\n}\n.pay-info-wraper .content-wraper.price-wraper .RMB {\n font-size: 36rpx;\n}\n.pay-info-wraper .content-wraper.price-wraper .price {\n font-family: AlipayNumber-Regular;\n font-size: 74rpx;\n line-height: 94rpx;\n}\n.pay-info-wraper .content-wraper.station-wraper {\n line-height: 75rpx;\n margin-top: 21rpx;\n}\n.pay-info-wraper .content-wraper.bus-wraper .busNumber {\n font-family: AlipayNumber-Regular;\n font-size: 72rpx;\n vertical-align: text-bottom;\n margin-right: 7.5rpx;\n}\n.pay-info-wraper .pay-status-des {\n font-size: 26rpx;\n}\n.pay-info-wraper .pay-status-des .reduced {\n color: #FFF087;\n margin-right: 5rpx;\n}\n.pay-info-wraper .pay-status-des .delay {\n color: rgba(255, 255, 255, 0.6);\n}\n.pay-info-wraper .pay-status-des .remark {\n color: rgba(255, 255, 255, 0.7);\n}\n.pay-info-wraper .pay-status-des:last-child {\n margin-bottom: 39rpx;\n}\n.pay-info-wraper .energy-wraper {\n margin-top: 12rpx;\n margin-bottom: 19rpx;\n}\n.pay-info-wraper .sub-arrow-wraper {\n height: 32rpx;\n padding-top: 7rpx;\n box-sizing: border-box;\n}\n.pay-info-wraper .sub-arrow-wraper .sub-arrow {\n margin: 0 auto;\n background: url('https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*mx6vTb1hpFoAAAAAAAAAAABkARQnAQ');\n height: 10rpx;\n width: 21rpx;\n background-size: 100% 100%;\n}\n.pay-info-wraper .sub-arrow-wraper .sub-arrow.spread {\n background: url('https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*BhtqQoms64sAAAAAAAAAAABkARQnAQ');\n background-size: 100% 100%;\n margin: 0 auto;\n}\n.pay-info-wraper .station-info {\n padding-top: 46rpx;\n}\n.pay-info-wraper .station-info .item {\n padding: 0 24rpx;\n margin-bottom: 10rpx;\n display: flex;\n justify-content: space-between;\n}\n.pay-info-wraper .station-info .item text {\n line-height: 37rpx;\n font-size: 26rpx;\n color: rgba(255, 255, 255, 0.6);\n}\n.pay-info-wraper .station-info .item:last-child {\n margin-bottom: 0;\n}\n","components/pay-info/pay-info.axml":"<view class=\"pay-info-wraper\">\n <view class=\"status-icon\">\n <image class=\"icon\" src=\"https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*R0zvQoRLW6kAAAAAAAAAAABkARQnAQ\" mode=\"scaleToFill\" />\n <text a:if=\"{{dataSource.status === 1}}\" class=\"text\">支付成功</text>\n <text a:if=\"{{dataSource.status === 0 && dataSource.type === 1}}\" class=\"text\">进站成功</text>\n <text a:if=\"{{dataSource.status === 0 && dataSource.type === 2}}\" class=\"number\">欢迎乘车</text>\n </view>\n <view class=\"content-wraper price-wraper\" a:if=\"{{dataSource.status === 1}}\">\n <text class=\"RMB\">¥</text>\n <text class=\"price\">{{dataSource.price}}</text>\n </view>\n <view class=\"content-wraper station-wraper\" a:if=\"{{dataSource.status === 0 && dataSource.type === 1}}\">\n <text>{{dataSource.stationName}}</text>\n </view>\n <view class=\"content-wraper bus-wraper\" a:if=\"{{dataSource.status === 0 && dataSource.type === 2}}\">\n <text class=\"busNumber\">{{dataSource.busNumber}}</text>路\n </view>\n <view class=\"pay-status-des\">\n <text class=\"reduced\" a:if=\"{{dataSource.status === 1}}\">已优惠¥{{dataSource.reducePrice}}</text>\n <text class=\"delay\" a:if=\"{{dataSource.status === 0}}\">预计{{dataSource.delay}}分钟内扣款</text>\n <text class=\"remark\" a:if=\"{{dataSource.status === 1}}\">实际支付金额以账单为准</text>\n </view>\n <view class=\"energy-wraper\" a:if=\"{{dataSource.greenCount && dataSource.status === 1}}\">\n <green-energy preDes=\"预计次日可得\" count=\"{{dataSource.greenCount}}\" />\n </view>\n <view class=\"station-info\" a:if=\"{{dataSource.stationInfos && spread}}\">\n <view class=\"item\" a:for=\"{{dataSource.stationInfos}}\">\n <text>{{item.label}}</text><text>{{item.value}}</text>\n </view>\n </view>\n <view a:if=\"{{dataSource.status === 1}}\" class=\"sub-arrow-wraper\" onTap=\"toggleSpread\">\n <view class=\"sub-arrow {{spread ? 'spread' : ''}}\"></view>\n </view>\n</view>","components/pay-info/pay-info.js":"Component({\n data: {\n spread: false\n },\n props: {},\n methods: {\n toggleSpread: function toggleSpread() {\n var spread = !this.data.spread;\n this.setData({\n spread: spread\n });\n }\n }\n});","components/pay-info/pay-info.json":"{\n \"component\": true,\n \"usingComponents\": {\n \"green-energy\": \"/components/green-energy/green-energy\"\n }\n}","components/process/process.acss":".process-wraper .main {\n text-align: left;\n box-sizing: border-box;\n padding: 20rpx 0 68.5rpx 68rpx;\n}\n.process-wraper .main .item {\n display: inline-block;\n}\n.process-wraper .main .item .content {\n display: inline-block;\n vertical-align: middle;\n margin-right: 55rpx;\n}\n.process-wraper .main .item .content .icon {\n width: 85rpx;\n height: 53rpx;\n margin-bottom: 17rpx;\n background-size: cover;\n}\n.process-wraper .main .item .content .des {\n font-size: 24rpx;\n}\n.process-wraper .main .item .arrow {\n width: 14rpx;\n height: 22rpx;\n background-size: cover;\n vertical-align: middle;\n margin-right: 74rpx;\n}\n.process-wraper .particular {\n text-align: left;\n padding: 0 0 22rpx 42rpx;\n}\n.process-wraper .particular .item .content .icon {\n width: 54rpx;\n height: 42rpx;\n vertical-align: middle;\n margin-right: 45rpx;\n}\n.process-wraper .particular .item .content .info {\n display: inline-block;\n vertical-align: middle;\n}\n.process-wraper .particular .item .content .info .title {\n font-size: 30rpx;\n font-weight: bold;\n}\n.process-wraper .particular .item .content .info .des {\n margin-top: 6rpx;\n font-size: 24rpx;\n color: #666666;\n}\n.process-wraper .particular .item .dashed {\n margin: 7.5rpx 26rpx;\n width: 3rpx;\n height: 69rpx;\n background: url('https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*70DnQKDiWL8AAAAAAAAAAABkARQnAQ') no-repeat;\n background-size: 100% 100%;\n}\n","components/process/process.axml":"<view class=\"process-wraper\">\n <view class=\"main\" a:if=\"{{type === 'main'}}\">\n <view class=\"item\" a:for=\"{{list}}\">\n <view class=\"content\">\n <image class=\"icon\" src=\"{{item.iconUrl}}\"></image>\n <view class=\"des\">{{item.des}}</view>\n </view>\n <image class=\"arrow\" a:if=\"{{index !== list.length - 1}}\" src=\"https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*6rkWS5Zv188AAAAAAAAAAABkARQnAQ\"></image> \n </view>\n </view>\n <view class=\"particular\" a:if=\"{{type === 'particular'}}\">\n <view class=\"item\" a:for=\"{{list}}\">\n <view class=\"content\">\n <image class=\"icon\" src=\"{{item.iconUrl}}\"></image>\n <view class=\"info\">\n <view class=\"title\">{{index + 1 + '.'}}{{item.title}}</view>\n <view class=\"des\">{{item.des}}</view>\n </view>\n </view>\n <view class=\"dashed\" a:if=\"{{index !== list.length - 1}}\"></view>\n </view>\n </view>\n</view>","components/process/process.js":"Component({\n data: {},\n props: {\n item: {},\n type: 'main'\n },\n methods: {}\n});","components/process/process.json":"{\n \"component\": true\n}","components/question/question.acss":".question-wraper {\n text-align: left;\n margin: 0 auto;\n}\n.question-wraper .item {\n padding: 40rpx 0 35rpx;\n border-bottom: 1rpx solid #eee;\n}\n.question-wraper .item:first-child {\n padding-top: 0;\n}\n.question-wraper .item:last-of-type {\n border-bottom: none;\n}\n.question-wraper .item .ask-wraper {\n margin-bottom: 14rpx;\n}\n.question-wraper .item .ask-wraper .icon {\n width: 33rpx;\n height: 35rpx;\n background-size: cover;\n vertical-align: middle;\n margin-right: 16rpx;\n}\n.question-wraper .item .ask-wraper .text {\n vertical-align: middle;\n font-size: 28rpx;\n color: #333;\n}\n.question-wraper .item .answer-wraper .answer {\n margin-bottom: 14rpx;\n display: inline-block;\n vertical-align: middle;\n font-size: 24rpx;\n color: #999;\n}\n.question-wraper .item .answer-wraper .answer .icon {\n width: 33rpx;\n height: 35rpx;\n margin-right: 16rpx;\n background: url('https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*1xhVRqh6cRUAAAAAAAAAAABkARQnAQ') no-repeat;\n background-size: cover;\n display: inline-block;\n vertical-align: top;\n}\n.question-wraper .item .answer-wraper .answer .icon.hidden {\n background: none;\n}\n.question-wraper .item .answer-wraper .answer .content {\n display: inline-block;\n width: 587rpx;\n letter-spacing: 0.5rpx;\n line-height: 36rpx;\n}\n.question-wraper .item .answer-wraper .answer .content .normal.blue {\n color: #0098EF;\n}\n.question-wraper .item .answer-wraper .answer .image {\n margin: 16rpx 0 32rpx 49rpx;\n display: block;\n width: 529rpx;\n height: 327rpx;\n background-size: cover;\n}\n.question-wraper .item .answer-wraper .answer .image:last-child {\n margin-bottom: 0;\n}\n","components/question/question.axml":"<view class=\"question-wraper\">\n <view class=\"item\" a:for=\"{{list}}\" a:for-item=\"question\" a:for-index=\"i\">\n <view class=\"ask-wraper\">\n <image class=\"icon\" src=\"https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*Kep_Tr0TUfAAAAAAAAAAAABkARQnAQ\" mode=\"\" />\n <text class=\"text\">{{question.question}}</text>\n </view>\n <view class=\"answer-wraper\" a:for=\"{{question.answers}}\" a:for-item=\"answer\" a:for-index=\"j\">\n <view class=\"answer\" a:for=\"{{answer.steps}}\" a:for-item=\"step\" a:for-index=\"k\">\n <view class=\"icon {{k === 0 ? '': 'hidden'}}\"></view>\n <view class=\"content\">\n <text>{{answer.steps.length > 1 ? k + 1 +'.' :''}}</text>\n <text class=\"normal {{snipet.type === 'blue' ? 'blue' : ''}}\" a:for=\"{{step.text}}\" a:for-item=\"snipet\" a:for-index=\"n\">{{snipet.content}}</text>\n </view>\n <image a:if=\"{{step.imageUrl}}\" class=\"image\" src=\"{{step.imageUrl}}\"/>\n </view>\n </view>\n </view>\n</view>","components/question/question.js":"Component({\n data: {},\n props: {\n item: {},\n type: 'main'\n },\n methods: {}\n});","components/question/question.json":"{\n \"component\": true\n}","components/routes/routes.acss":".routes-wraper .top-wraper {\n display: flex;\n justify-content: space-between;\n text-align: left;\n padding: 0 32rpx;\n}\n.routes-wraper .top-wraper .label {\n font-size: 32rpx;\n line-height: 40rpx;\n vertical-align: middle;\n font-weight: 500;\n}\n.routes-wraper .top-wraper .more .pre {\n font-size: 24rpx;\n color: #999;\n vertical-align: middle;\n}\n.routes-wraper .top-wraper .more .arrow {\n width: 12rpx;\n height: 21rpx;\n vertical-align: middle;\n margin-left: 10rpx;\n}\n.routes-wraper .content-wraper {\n margin-top: 20rpx;\n}\n.routes-wraper .content-wraper .item {\n display: flex;\n justify-content: space-between;\n padding-left: 32rpx;\n padding-top: 28.5rpx;\n border-bottom: 1rpx solid #eee;\n}\n.routes-wraper .content-wraper .item:last-child {\n border-bottom: none;\n}\n.routes-wraper .content-wraper .item .label .route {\n font-size: 26rpx;\n color: #FFF;\n width: 119rpx;\n height: 44rpx;\n font-weight: 500;\n border-radius: 22.5rpx;\n line-height: 44rpx;\n}\n.routes-wraper .content-wraper .item .label .price {\n font-size: 22rpx;\n color: #999;\n margin-top: 8rpx;\n}\n.routes-wraper .content-wraper .item .detail {\n width: 505rpx;\n text-align: left;\n}\n.routes-wraper .content-wraper .item .detail .line {\n padding: 28.5rpx 32rpx 28.5rpx 0;\n border-bottom: 1rpx solid #eee;\n}\n.routes-wraper .content-wraper .item .detail .line:last-child {\n border-bottom: none;\n}\n.routes-wraper .content-wraper .item .detail .line:first-child {\n padding-top: 0;\n}\n.routes-wraper .content-wraper .item .detail .line .info {\n display: flex;\n justify-content: space-between;\n vertical-align: middle;\n}\n.routes-wraper .content-wraper .item .detail .line .info .content .tartget {\n font-size: 28rpx;\n}\n.routes-wraper .content-wraper .item .detail .line .info .content .time {\n font-size: 24rpx;\n color: #333;\n margin-top: 6rpx;\n}\n.routes-wraper .content-wraper .item .detail .line .info .arrow {\n width: 12rpx;\n height: 21rpx;\n margin-top: 28rpx;\n margin-left: 10rpx;\n}\n.routes-wraper .content-wraper .item .detail .line .gap {\n font-size: 24rpx;\n color: #999999;\n margin-top: 12rpx;\n}\n","components/routes/routes.axml":"<view class=\"routes-wraper\">\n <view class=\"top-wraper\">\n <view class=\"label\">{{dataSource.name}}</view>\n <view class=\"more\">\n <text class=\"pre\">更多线路</text>\n <image class=\"arrow\" mode=\"scaleToFill\" src=\"https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*S44LRpc_2YQAAAAAAAAAAABkARQnAQ\"/>\n </view>\n </view>\n <view class=\"content-wraper\">\n <view class=\"item\" a:for=\"{{dataSource.routes}}\">\n <view class=\"label\">\n <view class=\"route\" style=\"{{backgroundColor: colorArray[index]}}\">{{item.name}}</view>\n <view class=\"price\">票{{item.lowPrice}}-{{item.highPrice}}元</view>\n </view>\n <view class=\"detail\">\n <view class=\"line\" a:for={{item.directs}} a:for-item=\"direct\">\n <view class=\"info\">\n <view class=\"content\">\n <view class=\"tartget\">开往 {{direct.targetPlace}}</view>\n <view class=\"time\">首{{direct.startTime}} 末{{direct.lastTime}}</view>\n </view>\n <image class=\"arrow\" mode=\"scaleToFill\" src=\"https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*bGSpQ4JWd3AAAAAAAAAAAABkARQnAQ\"/>\n </view>\n <view class=\"gap\">5分钟一班</view>\n </view>\n \n \n </view>\n </view>\n </view>\n</view>\n","components/routes/routes.js":"Component({\n data: {\n colorArray: ['#FF7476', '#ED782E']\n },\n props: {\n item: {},\n type: 'main'\n },\n methods: {}\n});","components/routes/routes.json":"{\n \"component\": true\n}","components/sale-after/sale-after.acss":".sale-after-wraper .content-wraper {\n display: flex;\n justify-content: space-around;\n}\n.sale-after-wraper .content-wraper .item {\n width: 144rpx;\n}\n.sale-after-wraper .content-wraper .item .icon {\n width: 80rpx;\n height: 80rpx;\n margin-bottom: 12rpx;\n}\n.sale-after-wraper .content-wraper .item .des {\n font-size: 24rpx;\n color: #333;\n}\n.sale-after-wraper .bill {\n display: flex;\n padding: 32rpx 32rpx 0;\n border-top: 1rpx solid #eee;\n margin-top: 61rpx;\n justify-content: space-between;\n}\n.sale-after-wraper .bill .content .icon {\n width: 26rpx;\n height: 28rpx;\n vertical-align: middle;\n margin-right: 14rpx;\n}\n.sale-after-wraper .bill .content .text {\n font-size: 25rpx;\n vertical-align: middle;\n}\n.sale-after-wraper .bill .arrow {\n width: 12rpx;\n height: 21rpx;\n margin-top: 7rpx;\n}\n","components/sale-after/sale-after.axml":"<view class=\"sale-after-wraper\">\n <view class=\"content-wraper\">\n <view class=\"item\" a:for=\"{{list}}\">\n <image class=\"icon\" src=\"{{item.iconUrl}}\"></image>\n <view class=\"des\">{{item.des}}</view>\n </view>\n </view>\n <view class=\"bill\">\n <view class=\"content\">\n <image class=\"icon\" src=\"https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*gpQzTKP0tcMAAAAAAAAAAABkARQnAQ\"></image>\n <text class=\"text\">开电子发票</text>\n </view>\n <image class=\"arrow\" src=\"https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*S44LRpc_2YQAAAAAAAAAAABkARQnAQ\"></image>\n </view>\n</view>\n","components/sale-after/sale-after.js":"Component({\n data: {},\n props: {\n list: []\n },\n methods: {}\n});","components/sale-after/sale-after.json":"{\n \"component\": true\n}","components/stand-out-card/stand-out-card.acss":".stand-wraper {\n background: transparent;\n width: 100%;\n box-sizing: border-box;\n margin-bottom: 24rpx;\n}\n.stand-wraper .content {\n top: 0;\n width: 100%;\n box-sizing: border-box;\n}\n","components/stand-out-card/stand-out-card.axml":"<view class=\"stand-wraper\" style=\"{{marginTop: - standHeight + 'rpx'}}\">\n <view class=\"stand\" ></view>\n <view class=\"content\">\n <slot />\n </view>\n</view>","components/stand-out-card/stand-out-card.js":"Component({\n data: {},\n props: {},\n methods: {}\n});","components/stand-out-card/stand-out-card.json":"{\n \"component\": true,\n \"usingComponents\": {\n }\n}","components/super-page/super-page.acss":".m-super-page {\n box-sizing: border-box;\n}\n.m-super-page .m-super-page-header {\n box-sizing: border-box;\n}\n.m-super-page .m-super-page-body {\n box-sizing: border-box;\n}\n.m-super-page .m-super-page-foot {\n box-sizing: border-box;\n position: relative;\n min-height: 400rpx;\n}\n.m-super-page .m-super-page-foot .m-super-page-bottom-content {\n font-size: 28rpx;\n text-align: center;\n color: #999;\n padding-bottom: 32rpx;\n position: absolute;\n bottom: 0;\n left: 0;\n right: 0;\n}\n","components/super-page/super-page.axml":"<view class=\"m-super-page\">\n <view class=\"m-super-page-header {{pageHeaderCls}}\" style=\"{{paddingTop: statusAndTitleBarHeight + 'rpx'}}\">\n <slot name=\"page-header\"></slot>\n </view>\n <view class=\"m-super-page-body {{pageBodyCls}}\" name=\"page-body\">\n <slot name=\"page-body\"></slot>\n </view>\n <view class=\"m-super-page-foot {{pageFootCls}}\" name=\"page-foot\">\n <slot name=\"page-foot\"></slot>\n <view class=\"m-super-page-bottom-content\"> {{bottomContent}} </view>\n </view>\n \n</view>","components/super-page/super-page.js":"Component({\n data: {\n statusAndTitleBarHeight: 0\n },\n props: {},\n methods: {},\n didMount: function didMount() {\n var app = getApp();\n var info = null;\n var statusAndTitleBarHeight = 0;\n\n if (app.globalData && app.globalData.statusAndTitleBarHeight) {\n statusAndTitleBarHeight = app.globalData.statusAndTitleBarHeight;\n } else {\n info = my.getSystemInfoSync();\n statusAndTitleBarHeight = (info.statusBarHeight + info.titleBarHeight) * 2 || 0;\n\n if (!app.globalData) {\n app.globalData = {\n statusAndTitleBarHeight: statusAndTitleBarHeight\n };\n } else {\n app.globalData.statusAndTitleBarHeight = statusAndTitleBarHeight;\n }\n }\n\n this.setData({\n statusAndTitleBarHeight: statusAndTitleBarHeight\n });\n }\n});","components/super-page/super-page.json":"{\n \"component\": true\n}","components/to-desktop/to-desktop.acss":".desktop-wraper-top {\n text-align: left;\n padding: 20rpx 0 0 42rpx;\n}\n.desktop-wraper-top-icon {\n width: 253rpx;\n height: 225rpx;\n vertical-align: middle;\n}\n.desktop-wraper-top-des {\n display: inline-block;\n margin-left: 45rpx;\n}\n.desktop-wraper-top-des-top {\n font-size: 34rpx;\n font-weight: 500;\n}\n.desktop-wraper-top-des-bottom {\n font-size: 26rpx;\n color: #999999;\n margin-top: 10rpx;\n}\n.desktop-wraper-bottom {\n height: 76.5rpx;\n line-height: 108.5rpx;\n color: #108EE9;\n font-size: 32rpx;\n font-weight: 500;\n border-top: 1rpx solid #eee;\n}\n","components/to-desktop/to-desktop.axml":"<view class=\"desktop-wraper\">\n <view class=\"desktop-wraper-top\">\n <image mode=\"scaleToFill\" src=\"https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*W82dS4PA9h4AAAAAAAAAAABkARQnAQ\" class=\"desktop-wraper-top-icon\" />\n <view class=\"desktop-wraper-top-des\">\n <view class=\"desktop-wraper-top-des-top\">{{dataSource.content}}</view>\n <view class=\"desktop-wraper-top-des-bottom\">{{dataSource.des}}</view>\n </view>\n </view>\n <view class=\"desktop-wraper-bottom\">添加到桌面</view>\n</view>","components/to-desktop/to-desktop.js":"Component({\n data: {},\n props: {},\n methods: {}\n});","components/to-desktop/to-desktop.json":"{\n \"component\": true,\n \"usingComponents\": {\n }\n}","components/transfer/transfer.acss":".transfer-wraper {\n text-align: left;\n}\n.transfer-wraper-title {\n font-size: 36rpx;\n padding: 0 32rpx;\n font-weight: 500;\n}\n.transfer-wraper-map {\n padding: 0 32rpx;\n margin-top: 26rpx;\n padding-bottom: 32.5rpx;\n}\n.transfer-wraper-map-title {\n display: flex;\n justify-content: space-between;\n margin-bottom: 19rpx;\n}\n.transfer-wraper-map-title-count-content {\n font-size: 32rpx;\n color: #108EE9;\n font-weight: bold;\n}\n.transfer-wraper-map-title-count-label {\n font-size: 26rpx;\n}\n.transfer-wraper-map-title-discount {\n font-size: 26rpx;\n color: #999999;\n}\n.transfer-wraper-map-content-map {\n width: 638rpx!important;\n height: 193rpx!important;\n}\n.transfer-wraper-traffic {\n display: flex;\n padding: 32rpx 32rpx 0;\n justify-content: space-between;\n border-top: 1rpx solid #eee;\n font-size: 26rpx;\n font-weight: normal;\n}\n.transfer-wraper-traffic .label .pre {\n display: inline-block;\n vertical-align: middle;\n}\n.transfer-wraper-traffic .label .icon {\n display: inline-block;\n height: 34rpx;\n background: rgba(152, 227, 199, 0.24);\n line-height: 34rpx;\n padding: 0 8rpx;\n font-size: 20rpx;\n color: #11A86E;\n font-weight: 500;\n border-radius: 2rpx;\n vertical-align: middle;\n margin-left: 10rpx;\n}\n.transfer-wraper-traffic .go .text {\n vertical-align: middle;\n}\n.transfer-wraper-traffic .go .arrow {\n width: 12rpx;\n height: 21rpx;\n margin-left: 10rpx;\n vertical-align: middle;\n}\n","components/transfer/transfer.axml":"<view class=\"transfer-wraper\">\n <view class=\"transfer-wraper-title\">\n <text>{{dataSource.stationName}}</text>\n </view>\n <view class=\"transfer-wraper-map\">\n <view class=\"transfer-wraper-map-title\">\n <view class=\"transfer-wraper-map-title-count\">\n <text class=\"transfer-wraper-map-title-count-content\">{{dataSource.count}}</text>\n <text class=\"transfer-wraper-map-title-count-label\">辆{{ dataSource.type=== 1 ? '网约车' : '共享单车'}}在附近</text>\n </view>\n <view class=\"transfer-wraper-map-title-discount\">限时优惠{{dataSource.discounts}}元</view>\n </view>\n <view class=\"transfer-wraper-map-content\">\n <map class=\"transfer-wraper-map-content-map\" id=\"map\" longitude=\"120.131441\" latitude=\"30.279383\" scale=\"{{scale}}\" controls=\"{{controls}}\"\n onControlTap=\"controltap\" markers=\"{{dataSource.markers}}\" circles=\"{{dataSource.circles}}\"/>\n </view>\n </view>\n <view class=\"transfer-wraper-traffic\">\n <view class=\"label\">\n <text class=\"pre\">{{dataSource.traffic.label}}</text>\n <view class=\"icon\">{{dataSource.traffic.iconText}}</view>\n </view>\n <view class=\"go\">\n <text class=\"text\">{{dataSource.traffic.go}}</text>\n <image class=\"arrow\" mode=\"scaleToFill\" src=\"https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*S44LRpc_2YQAAAAAAAAAAABkARQnAQ\"/>\n </view>\n </view>\n</view>","components/transfer/transfer.js":"Component({\n data: {},\n props: {},\n methods: {}\n});","components/transfer/transfer.json":"{\n \"component\": true,\n \"usingComponents\": {\n }\n}","components/value-module/value-module.acss":".value-wraper {\n text-align: center;\n}\n.value-wraper .title-wraper {\n font-size: 32rpx;\n font-weight: bold;\n}\n.value-wraper .title-wraper .line {\n display: inline-block;\n width: 24rpx;\n height: 1rpx;\n background-color: #D8D8D8;\n vertical-align: middle;\n}\n.value-wraper .title-wraper .title {\n display: inline-block;\n margin: 0 12rpx;\n color: #3A3A3A;\n}\n.value-wraper .item {\n display: inline-block;\n width: 33.3%;\n}\n.value-wraper .item .icon {\n width: 48rpx;\n height: 48rpx;\n background-size: contain;\n margin-bottom: 6rpx;\n}\n.value-wraper .item .label {\n margin-bottom: 32rpx;\n font-size: 24rpx;\n color: #4C4C4C;\n}\n","components/value-module/value-module.axml":"<view class=\"value-wraper\">\n <view a:for=\"{{list}}\" class=\"item\">\n <image class=\"icon\" src=\"{{item.icon}}\" mode=\"\" />\n <view class=\"label\">{{item.label}}</view>\n </view>\n</view> ","components/value-module/value-module.js":"Component({\n props: {\n list: []\n },\n didMount: function didMount() {},\n methods: {}\n});","components/value-module/value-module.json":"{\n \"component\": true\n}","pages/auto-pay-two/auto-pay-two.acss":"page {\n background-image: linear-gradient(to right, #108EEB, #0357CE);\n position: relative;\n}\n.page-header {\n width: 100%;\n height: 384rpx;\n background-image: linear-gradient(to right, #108EEB, #0357CE);\n}\n.page-header .transer {\n padding-top: 56rpx;\n text-align: center;\n}\n.page-header .transer .des {\n font-size: 24rpx;\n font-weight: bold;\n color: #FFFFFF;\n}\n.page-header .transer .from {\n display: inline-block;\n vertical-align: middle;\n text-align: center;\n margin-right: 30.5rpx;\n}\n.page-header .transer .from .logo {\n width: 76rpx;\n height: 76rpx;\n background-size: cover;\n margin-bottom: 24rpx;\n}\n.page-header .transer .arrow {\n width: 73rpx;\n height: 34rpx;\n background: url('https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*e7PuQI7ZxcUAAAAAAAAAAABkARQnAQ');\n background-size: cover;\n display: inline-block;\n vertical-align: super;\n margin-right: 15.5rpx;\n}\n.page-header .transer .to {\n display: inline-block;\n vertical-align: middle;\n text-align: center;\n}\n.page-header .transer .to .logo {\n width: 76rpx;\n height: 76rpx;\n background-size: cover;\n margin-bottom: 24rpx;\n}\n.page-body {\n padding: 0 24rpx;\n box-sizing: border-box;\n position: absolute;\n top: 384rpx;\n width: 100%;\n height: 3200rpx;\n background-image: linear-gradient(#108EEB, #0357CE);\n}\n.page-body .acount-infos {\n text-align: left;\n font-size: 26rpx;\n line-height: 37rpx;\n color: #999;\n padding: 48.5rpx 0 56rpx;\n border-top: 1rpx solid #eee;\n}\n.page-body .acount-infos .title {\n margin-bottom: 16rpx;\n}\n.page-body .acount-infos .info-wraper {\n margin: 8rpx 0 12rpx;\n}\n.page-body .acount-infos .info-wraper .pay-type {\n font-size: 32rpx;\n color: #333;\n margin-right: 24rpx;\n font-weight: bold;\n}\n.page-body .acount-infos .info-wraper .gap {\n margin: 0 4rpx;\n}\n","pages/auto-pay-two/auto-pay-two.axml":"<view>\n <super-page\n pageHeaderCls=\"page-header\"\n pageBodyCls=\"page-body\"\n >\n <view slot=\"page-header\">\n <view class=\"transer\">\n <view class=\"from\">\n <image src=\"{{transerData.from.logoUrl}}\" class=\"logo\"></image>\n <view class=\"des\">{{transerData.from.text}}</view>\n </view>\n <view class=\"arrow\"></view>\n <view class=\"to\">\n <image src=\"{{transerData.to.logoUrl}}\" class=\"logo\"></image>\n <view class=\"des\">{{transerData.to.text}}</view>\n </view>\n </view>\n </view>\n <view slot=\"page-body\">\n <card title=\"自动缴费的优势\">\n <value-module\n list=\"{{dataSource}}\"\n />\n <action-button\n topProtocol=\"{{actionButtonData.topProtocol}}\"\n bottomProtocol=\"{{actionButtonData.bottomProtocol}}\"\n buttonGroup=\"{{actionButtonData.buttonGroup}}\"\n bottomItem=\"{{actionButtonData.bottomItem}}\"\n bottomList=\"{{actionButtonData.bottomList}}\"\n >\n <view slot=\"header\" class=\"slot-wraper\">\n <view class=\"acount-infos\">\n <view class=\"title\">开通以下户号</view>\n <view class=\"info-wraper\">\n <text class=\"pay-type\">{{accountInfos.accountType}}</text>\n <text class=\"info\">{{accountInfos.accountNumber}}</text>\n <text class=\"gap\">|</text>\n <text class=\"info\">{{accountInfos.name}}</text>\n </view>\n <view class=\"address\">{{accountInfos.address}}</view>\n </view>\n </view>\n </action-button>\n </card>\n <card title=\"了解支付宝自动付费\" HorizonatalPadding=\"{{true}}\">\n <advance-list list=\"{{advanceData}}\" />\n </card>\n <card marginBottom=\"{{false}}\" title=\"常见问题\" HorizonatalPadding=\"{{true}}\">\n <question list=\"{{questionData}}\" />\n </card>\n </view> \n </super-page>\n</view>","pages/auto-pay-two/auto-pay-two.js":"Page({\n data: {\n transerData: {\n from: {\n logoUrl: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*HzIdS5SgqSUAAAAAAAAAAABkARQnAQ',\n text: '招商银行代扣'\n },\n to: {\n logoUrl: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*e9s2QICbnDYAAAAAAAAAAABkARQnAQ',\n text: '支付宝自动缴费'\n }\n },\n accountInfos: {\n accountNumber: '6**5102970',\n accountType: '电费',\n name: '*白',\n address: '浙江省杭州市西湖区汇丰公寓**室'\n\n },\n dataSource: [\n {\n label: '错扣即赔',\n icon: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*Th1gTr1qAPQAAAAAAAAAAABkARQnAQ',\n },\n {\n label: '开/关灵活自由',\n icon: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*otfwTaq_wlUAAAAAAAAAAABkARQnAQ',\n },\n {\n label: '支持花呗/信用卡',\n icon: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*BzwyRqfORxMAAAAAAAAAAABkARQnAQ',\n },\n {\n label: '账单清晰可查',\n icon: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*2oTTRaPxiNIAAAAAAAAAAABkARQnAQ',\n },\n {\n label: '无需银行解约',\n icon: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*h6ANQ7ImbLUAAAAAAAAAAABkARQnAQ',\n },\n {\n label: '不重复扣款',\n icon: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*u4OXQq9vAr0AAAAAAAAAAABkARQnAQ',\n },\n \n \n ],\n actionButtonData: {\n topProtocol: [\n {\n type: 'normal',\n text: '同意',\n },\n {\n type: 'blue',\n text: '《自动缴费服务协议》',\n },\n ],\n buttonGroup: [\n {\n type: 'primary',\n text: '同意协议并开通',\n },\n {\n type: 'default',\n text: '暂不开通, 仅手动缴费',\n },\n ],\n },\n advanceData: [\n {\n title: '自动缴费不怕忘',\n des: '出账自动缴, 远离滞纳金/停用烦恼',\n icon: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*WVJPTquPtAQAAAAAAAAAAABkARQnAQ',\n },\n {\n title: '扣款及时通知',\n des: '缴费清晰随时查, 账单详情有明细',\n icon: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*He6CTpADb6YAAAAAAAAAAABkARQnAQ',\n },\n {\n title: '安全保障更安心',\n des: '专属客服咨询, 错扣漏扣即赔',\n icon: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*tAdJSoDz_rEAAAAAAAAAAABkARQnAQ',\n },\n {\n title: '开关灵活易操作',\n des: '随时签约解约, 简单易使用',\n icon: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*ltOfQaiZrTUAAAAAAAAAAABkARQnAQ',\n },\n ],\n questionData: [\n {\n question: '开通支付宝自动缴费后如何查账单?',\n answers: [\n {\n steps: [\n {\n text: [{ type: 'normal', content: '占位文案以运营提供为准,占位文案以运营提供为准,占位文案以运营提供为准,占位文案以运营提供为准。' }],\n },\n ],\n },\n {\n\n },\n ],\n },\n {\n question: '已开通银行代扣能否开通自动缴费?',\n answers: [\n {\n steps: [\n {\n text: [\n {\n type: 'normal',\n content: '占位文案以运营提供为准,占位文案以运营提供为准,',\n },\n {\n type: 'normal',\n content: '占位文案以运营提供为准,占位文案以运营提供为准,',\n },\n ],\n // imageUrl: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*KXaKSa9csQwAAAAAAAAAAABkARQnAQ',\n },\n ],\n },\n {\n\n },\n ],\n },\n {\n question: '如何调整自动缴费扣款顺序?',\n answers: [\n {\n steps: [\n {\n text: [\n {\n type: 'normal',\n content: '占位文案以运营提供为准,占位文案以运营提供为准,',\n },\n {\n type: 'normal',\n content: '占位文案以运营提供为准,占位文案以运营提供为准,',\n },\n ],\n // imageUrl: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*KXaKSa9csQwAAAAAAAAAAABkARQnAQ',\n },\n ],\n },\n {\n\n },\n ],\n },\n \n ],\n },\n onLoad() {},\n});\n","pages/auto-pay-two/auto-pay-two.json":"{\n \"transparentTitle\": \"auto\",\n \"usingComponents\": {\n \"value-module\": \"/components/value-module/value-module\",\n \"green-energy\": \"/components/green-energy/green-energy\",\n \"action-button\": \"/components/action-button/action-button\",\n \"card\": \"/components/card/card\",\n \"market-card\": \"/components/market-card/market-card\",\n \"evaluate\": \"/components/evaluate/evaluate\",\n \"process\": \"/components/process/process\",\n \"sale-after\": \"/components/sale-after/sale-after\",\n \"cert-service\": \"/components/cert-service/cert-service\",\n \"question\": \"/components/question/question\",\n \"advance-list\": \"/components/advance-list/advance-list\",\n \"super-page\": \"/components/super-page/super-page\"\n }\n}","pages/auto-pay/auto-pay.acss":"page {\n background: #015BCF;\n position: relative;\n}\n.page-header {\n width: 100%;\n height: 384rpx;\n background: url('https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*mtSCT6RnqpMAAAAAAAAAAABkARQnAQ') no-repeat;\n background-size: cover;\n padding-top: 256rpx;\n}\n.green {\n margin-left: 32rpx;\n display: flex;\n margin-top: 128rpx;\n}\n.page-body {\n padding: 0 24rpx;\n box-sizing: border-box;\n position: absolute;\n top: 384rpx;\n width: 100%;\n background: #0052D2;\n height: 3000rpx;\n}\n.page-body .acount-infos {\n text-align: left;\n font-size: 26rpx;\n line-height: 37rpx;\n color: #999;\n padding: 48.5rpx 0 56rpx;\n border-top: 1rpx solid #eee;\n margin-top: 16rpx;\n}\n.page-body .acount-infos .title {\n margin-bottom: 16rpx;\n}\n.page-body .acount-infos .info-wraper {\n margin: 8rpx 0 12rpx;\n}\n.page-body .acount-infos .info-wraper .pay-type {\n font-size: 32rpx;\n color: #333;\n margin-right: 24rpx;\n font-weight: bold;\n}\n.page-body .acount-infos .info-wraper .gap {\n margin: 0 4rpx;\n}\n","pages/auto-pay/auto-pay.axml":"<view>\n <super-page\n pageHeaderCls=\"page-header\"\n pageBodyCls=\"page-body\"\n >\n <view slot=\"page-header\">\n <view class=\"green\">\n <green-energy preDes=\"每次缴费可获\" count=\"262\" />\n </view>\n </view>\n <view slot=\"page-body\">\n <card title=\"自动缴费的优势\">\n <value-module\n list=\"{{dataSource}}\"\n />\n <action-button\n topProtocol=\"{{actionButtonData.topProtocol}}\"\n bottomProtocol=\"{{actionButtonData.bottomProtocol}}\"\n buttonGroup=\"{{actionButtonData.buttonGroup}}\"\n bottomItem=\"{{actionButtonData.bottomItem}}\"\n bottomList=\"{{actionButtonData.bottomList}}\"\n >\n <view slot=\"header\" class=\"slot-wraper\">\n <view class=\"acount-infos\">\n <view class=\"title\">开通以下户号</view>\n <view class=\"info-wraper\">\n <text class=\"pay-type\">{{accountInfos.accountType}}</text>\n <text class=\"info\">{{accountInfos.accountNumber}}</text>\n <text class=\"gap\">|</text>\n <text class=\"info\">{{accountInfos.name}}</text>\n </view>\n <view class=\"address\">{{accountInfos.address}}</view>\n </view>\n </view>\n </action-button>\n </card>\n <card title=\"了解支付宝自动付费\" HorizonatalPadding=\"{{true}}\">\n <advance-list list=\"{{advanceData}}\" />\n </card>\n <card marginBottom=\"{{false}}\" title=\"常见问题\" HorizonatalPadding=\"{{true}}\">\n <question list=\"{{questionData}}\" />\n </card>\n </view>\n </super-page>\n</view>","pages/auto-pay/auto-pay.js":"Page({\n data: {\n accountInfos: {\n accountNumber: '6**5102970',\n accountType: '电费',\n name: '*白',\n address: '浙江省杭州市西湖区汇丰公寓**室'\n\n },\n dataSource: [\n {\n label: '支持花呗/信用卡',\n icon: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*BzwyRqfORxMAAAAAAAAAAABkARQnAQ',\n },\n {\n label: '开/关灵活自由',\n icon: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*otfwTaq_wlUAAAAAAAAAAABkARQnAQ',\n },\n {\n label: '错扣即赔',\n icon: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*Th1gTr1qAPQAAAAAAAAAAABkARQnAQ',\n },\n ],\n actionButtonData: {\n topProtocol: [\n {\n type: 'normal',\n text: '同意',\n },\n {\n type: 'blue',\n text: '《自动缴费服务协议》',\n },\n ],\n buttonGroup: [\n {\n type: 'primary',\n text: '同意协议并开通',\n },\n {\n type: 'default',\n text: '暂不开通, 仅手动缴费',\n },\n ],\n },\n advanceData: [\n {\n title: '自动缴费不怕忘',\n des: '出账自动缴, 远离滞纳金/停用烦恼',\n icon: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*WVJPTquPtAQAAAAAAAAAAABkARQnAQ',\n },\n {\n title: '扣款及时通知',\n des: '缴费清晰随时查, 账单详情有明细',\n icon: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*He6CTpADb6YAAAAAAAAAAABkARQnAQ',\n },\n {\n title: '安全保障更安心',\n des: '专属客服咨询, 错扣漏扣即赔',\n icon: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*tAdJSoDz_rEAAAAAAAAAAABkARQnAQ',\n },\n {\n title: '开关灵活易操作',\n des: '随时签约解约, 简单易使用',\n icon: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*ltOfQaiZrTUAAAAAAAAAAABkARQnAQ',\n },\n ],\n questionData: [\n {\n question: '开通支付宝自动缴费后如何查账单?',\n answers: [\n {\n steps: [\n {\n text: [{ type: 'normal', content: '占位文案以运营提供为准,占位文案以运营提供为准,占位文案以运营提供为准,占位文案以运营提供为准。' }],\n },\n ],\n },\n {\n\n },\n ],\n },\n {\n question: '已开通银行代扣能否开通自动缴费?',\n answers: [\n {\n steps: [\n {\n text: [\n {\n type: 'normal',\n content: '占位文案以运营提供为准,占位文案以运营提供为准,',\n },\n {\n type: 'normal',\n content: '占位文案以运营提供为准,占位文案以运营提供为准,',\n },\n ],\n // imageUrl: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*KXaKSa9csQwAAAAAAAAAAABkARQnAQ',\n },\n ],\n },\n {\n\n },\n ],\n },\n {\n question: '如何调整自动缴费扣款顺序?',\n answers: [\n {\n steps: [\n {\n text: [\n {\n type: 'normal',\n content: '占位文案以运营提供为准,占位文案以运营提供为准,',\n },\n {\n type: 'normal',\n content: '占位文案以运营提供为准,占位文案以运营提供为准,',\n },\n ],\n // imageUrl: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*KXaKSa9csQwAAAAAAAAAAABkARQnAQ',\n },\n ],\n },\n {\n\n },\n ],\n },\n \n ],\n },\n onLoad() {},\n});\n","pages/auto-pay/auto-pay.json":"{\n \"transparentTitle\": \"auto\",\n \"usingComponents\": {\n \"value-module\": \"/components/value-module/value-module\",\n \"green-energy\": \"/components/green-energy/green-energy\",\n \"action-button\": \"/components/action-button/action-button\",\n \"card\": \"/components/card/card\",\n \"market-card\": \"/components/market-card/market-card\",\n \"evaluate\": \"/components/evaluate/evaluate\",\n \"process\": \"/components/process/process\",\n \"sale-after\": \"/components/sale-after/sale-after\",\n \"cert-service\": \"/components/cert-service/cert-service\",\n \"question\": \"/components/question/question\",\n \"advance-list\": \"/components/advance-list/advance-list\",\n \"super-page\": \"/components/super-page/super-page\"\n }\n}","pages/bus/bus.acss":"page {\n background: #2C77E8;\n}\n.green {\n text-align: center;\n}\n.page-header {\n width: 100%;\n padding: 0 24rpx;\n background-image: url('https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*XmsETaLPXLcAAAAAAAAAAABkARQnAQ');\n background-size: cover;\n min-height: 571rpx;\n}\n.page-body {\n padding: 0 24rpx;\n}\n.top-card {\n padding-top: 232rpx;\n}\n.voncher-wraper {\n height: 201rpx;\n background: #fff;\n position: relative;\n border-top-left-radius: 10rpx;\n border-top-right-radius: 10rpx;\n}\n.voncher-wraper .voncher {\n height: 402rpx;\n width: 638rpx;\n position: absolute;\n background: url('https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*hXC5S5FGTE0AAAAAAAAAAABkARQnAQ');\n background-size: cover;\n top: -100%;\n left: 32rpx;\n padding: 35rpx 32rpx;\n box-sizing: border-box;\n}\n.voncher-wraper .voncher .gov .icon {\n background: url('https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*2niMRpx5qsgAAAAAAAAAAABkARQnAQ');\n width: 74rpx;\n height: 72rpx;\n background-size: cover;\n display: inline-block;\n vertical-align: middle;\n margin-right: 16rpx;\n}\n.voncher-wraper .voncher .gov .content {\n display: inline-block;\n vertical-align: middle;\n}\n.voncher-wraper .voncher .gov .content .voncher-name {\n font-size: 34.2rpx;\n line-height: 48rpx;\n font-weight: bold;\n color: #FFF;\n}\n","pages/bus/bus.axml":"<view>\n <super-page\n pageHeaderCls=\"page-header\"\n pageBodyCls=\"page-body\"\n pageFootCls=\"pageFootCls\"\n >\n <view slot=\"page-header\">\n <view class=\"green\">\n <green-energy preDes=\"预计次日可得\" count=\"80\" />\n </view>\n <view class=\"top-card\">\n <view class=\"voncher-wraper\">\n <view class=\"voncher\">\n <view class=\"gov\">\n <view class=\"icon\"></view>\n <view class=\"content\">\n <view class=\"voncher-name\">{{voncherData.voncherName}}</view>\n </view>\n </view>\n </view>\n </view>\n </view>\n </view>\n <view slot=\"page-body\">\n <card title=\"领卡乘公交\" noTopRadius=\"{{true}}\" hotTip=\"{{hotTipData}}\">\n <value-module\n list=\"{{dataSource}}\"\n />\n <action-button\n bottomProtocol=\"{{actionButtonData.bottomProtocol}}\"\n buttonGroup=\"{{actionButtonData.buttonGroup}}\"\n />\n </card>\n </view>\n </super-page>\n</view>","pages/bus/bus.js":"Page({\n data: {\n hotTipData: {\n imageUrl: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*wxp7Rqb6-v0AAAAAAAAAAABkARQnAQ',\n text: '1分钱刷码乘车',\n },\n dataSource: [\n {\n label: '先乘后付',\n icon: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*ou81TJIg1SkAAAAAAAAAAABkARQnAQ',\n },\n {\n label: '全城公交可用',\n icon: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*FCbrToewcHYAAAAAAAAAAABkARQnAQ',\n },\n {\n label: '无需带卡',\n icon: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*4vEtRbncBPgAAAAAAAAAAABkARQnAQ',\n }\n ],\n voncherData: {\n voncherName: '杭州电子公交卡'\n },\n actionButtonData: {\n bottomProtocol: [\n {\n type: 'normal',\n text: '查看',\n },\n {\n type: 'blue',\n text: '《自动缴费服务协议》',\n },\n {\n type: 'normal',\n text: ',授权ETC服务获取身份证、收货地址用于申请ETC,关注车主服务生活号获取审核;',\n },\n ],\n buttonGroup: [\n {\n type: 'primary',\n text: '同意协议并领卡',\n }\n ],\n },\n },\n onLoad() {\n },\n});\n","pages/bus/bus.json":"{\n \"transparentTitle\": \"always\",\n \"usingComponents\": {\n \"value-module\": \"/components/value-module/value-module\",\n \"green-energy\": \"/components/green-energy/green-energy\",\n \"action-button\": \"/components/action-button/action-button\",\n \"card\": \"/components/card/card\",\n \"market-card\": \"/components/market-card/market-card\",\n \"evaluate\": \"/components/evaluate/evaluate\",\n \"process\": \"/components/process/process\",\n \"sale-after\": \"/components/sale-after/sale-after\",\n \"cert-service\": \"/components/cert-service/cert-service\",\n \"question\": \"/components/question/question\",\n \"advance-list\": \"/components/advance-list/advance-list\",\n \"super-page\": \"/components/super-page/super-page\"\n }\n}","pages/etc/etc.acss":"page {\n background: #317AFF;\n}\n.page-header {\n width: 100%;\n height: 384rpx;\n background: url('https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*HoxXQaVZjpIAAAAAAAAAAABkARQnAQ') no-repeat;\n background-size: cover;\n padding-top: 256rpx;\n}\n.green {\n margin-left: 32rpx;\n margin-top: 130rpx;\n}\n.page-body {\n padding: 0 24rpx;\n box-sizing: border-box;\n width: 100%;\n background: #317AFF;\n}\n.swiper-customer-wraper {\n width: 100%;\n height: 202rpx;\n padding-bottom: 16rpx;\n}\n.swiper-customer-wraper .a-swiper-item {\n width: 334rpx;\n}\n.swiper-customer-wraper .a-swiper-slides {\n width: 334rpx;\n}\n.swiper-customer-item {\n width: 310rpx;\n}\n.page-footer {\n padding-bottom: 32rpx;\n height: 232rpx;\n}\n","pages/etc/etc.axml":"<view>\n <super-page\n pageHeaderCls=\"page-header\"\n pageBodyCls=\"page-body\"\n pageFootCls=\"page-footer\"\n >\n <view slot=\"page-header\">\n <view class=\"green\">\n <green-energy preDes=\"每次通行可获\" count=\"26\" />\n </view>\n </view>\n <view slot=\"page-body\">\n <card title=\"办ETC全免费\">\n <value-module\n list=\"{{dataSource}}\"\n />\n <action-button\n bottomProtocol=\"{{actionButtonData.bottomProtocol}}\"\n buttonGroup=\"{{actionButtonData.buttonGroup}}\"\n bottomItem=\"{{actionButtonData.bottomItem}}\"\n />\n </card>\n <card title=\"办ETC送油卡\" HorizonatalPadding=\"{{true}}\">\n <view class=\"swiper-customer-wraper\" >\n <swiper indicator-dots=\"{{false}}\" autoplay=\"{{false}}\" previous-margin=\"0px\">\n <block a:for=\"{{marketData}}\">\n <swiper-item>\n <view class=\"swiper-customer-item\">\n <market-card type=\"{{item.type}}\" high=\"{{item.high}}\" low=\"{{item.low}}\"></market-card>\n </view>\n </swiper-item>\n </block>\n </swiper>\n </view>\n </card>\n <card showBottomButton=\"{{true}}\" bottomButtonText=\"查看办理方式\" title=\"办理方式\">\n <process type=\"main\" list=\"{{keyStepData}}\"/>\n </card>\n <card showBottomButton=\"{{true}}\" bottomButtonText=\"查看更多评论\" HorizonatalPadding=\"{{true}}\" title=\"用户评价\">\n <evaluate list=\"{{evaluateData}}\" />\n </card>\n <card title=\"常见问题\" showBottomButton=\"{{true}}\" bottomButtonText=\"查看更多问题\" HorizonatalPadding=\"{{true}}\">\n <question list=\"{{questionData}}\" />\n </card>\n <card marginBottom=\"{{false}}\" title=\"售后服务\">\n <sale-after list=\"{{saleAfterData}}\"/>\n </card>\n <cert-service backgroundColor=\"#317AFF\" letterSpacing=\"8.49\" title=\"{{certServiceData.title}}\" des=\"{{certServiceData.des}}\"/> \n </view>\n <view slot=\"page-foot\">\n <action-button\n bottomProtocol=\"{{actionButtonData.bottomProtocol}}\"\n buttonGroup=\"{{actionButtonData.buttonGroup}}\"\n fixed=\"{{true}}\"\n >\n </action-button>\n </view>\n </super-page>\n</view>","pages/etc/etc.js":"Page({\n data: {\n dataSource: [\n {\n label: '芝麻免押',\n icon: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*YElIT5zxKy8AAAAAAAAAAABkARQnAQ',\n },\n {\n label: '免充值',\n icon: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*XI-NTImfCFsAAAAAAAAAAABkARQnAQ',\n },\n {\n label: '免邮费',\n icon: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*3_I0SZUZeY4AAAAAAAAAAABkARQnAQ',\n },\n {\n label: '免设备费',\n icon: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*j_WARJHOx-IAAAAAAAAAAABkARQnAQ',\n },\n {\n label: '免手续费',\n icon: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*CIoaSrildxUAAAAAAAAAAABkARQnAQ',\n },\n {\n label: '免办卡',\n icon: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*55R4Q4EDDNMAAAAAAAAAAABkARQnAQ',\n },\n ],\n actionButtonData: {\n bottomProtocol: [\n {\n type: 'normal',\n text: '查看',\n },\n {\n type: 'blue',\n text: '《ETC服务用户协议》',\n },\n {\n type: 'normal',\n text: ',授权ETC服务获取身份证、收货地址用于申请ETC,关注车主服务生活号获取审核;',\n },\n ],\n buttonGroup: [\n {\n type: 'primary',\n text: '同意协议并开通',\n },\n ],\n bottomItem: {\n iconUrl: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*UUsjRawk8NMAAAAAAAAAAABkARQnAQ',\n text: '办理货车ETC',\n },\n },\n marketData: [\n {\n type: 'jsyh',\n high: '90',\n low: '40'\n },\n {\n type: 'gsyh',\n high: '90',\n low: '40'\n },\n {\n type: 'nyyh',\n high: '90',\n low: '40'\n }\n ],\n keyStepData: [\n {\n iconUrl: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*2Gk6SKLpChsAAAAAAAAAAABkARQnAQ',\n des: '在线办理',\n },\n {\n iconUrl: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*JVvcTJ38UzcAAAAAAAAAAABkARQnAQ',\n des: '保证收货',\n },\n {\n iconUrl: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*5KRORIuiwScAAAAAAAAAAABkARQnAQ',\n des: '安装激活',\n },\n ],\n evaluateData: [\n {\n avatarUrl: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*HaySSYQ1dJEAAAAAAAAAAABkARQnAQ',\n name: '童*画1',\n time: '2019-09-26',\n upCount: 66,\n commentCount: 14,\n content: '可编辑文字可编辑文字可编辑文字可编辑文字可编辑文字可编辑文字可编辑文字可编辑文字可编辑文字, 可编辑文字可编辑文字可编辑文字可编辑文字可编辑文字可编辑文字可编辑文字可编辑文字可编辑文字',\n imageUrl: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*KAjwTqq_cRgAAAAAAAAAAABkARQnAQ',\n },\n {\n avatarUrl: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*HaySSYQ1dJEAAAAAAAAAAABkARQnAQ',\n name: '童*画2',\n time: '2019-09-27',\n upCount: 66,\n commentCount: 14,\n content: '可编辑文字可编辑文字可编辑文字可编辑文字可编辑文字可编辑文字可编辑文字可编辑文字可编辑文字, 可编辑文字可编辑文字可编辑文字可编辑文字可编辑文字可编辑文字可编辑文字可编辑文字可编辑文字',\n // imageUrl: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*KAjwTqq_cRgAAAAAAAAAAABkARQnAQ',\n }\n ],\n questionData: [\n {\n question: 'ETC设备办理是否可以全国通用?',\n answers: [\n {\n steps: [\n {\n text: [{ type: 'normal', content: '全国高速均可通行,按照各地折扣标准收取通行费,还支持ETC缴费的停车场。' }],\n },\n ],\n },\n {\n\n },\n ],\n },\n {\n question: '我是否可以免费办理ETC?',\n answers: [\n {\n steps: [\n {\n text: [\n {\n type: 'normal',\n content: '按交通部规定,申请ETC需要遵循一车一卡一标签的原则,即一辆车只能办理一个ETC设备,同时需要您上传身份证和行驶证信息以便核验身份。',\n }\n ],\n // imageUrl: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*KXaKSa9csQwAAAAAAAAAAABkARQnAQ',\n },\n ],\n },\n {\n\n },\n ],\n },\n {\n question: '为什么需要绑定银行卡?',\n answers: [\n {\n steps: [\n {\n text: [\n {\n type: 'normal',\n content: '绑定银行卡可以免费领取ETC,同时优先从您的绑定银行卡扣取ETC费用。',\n }\n ],\n // imageUrl: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*KXaKSa9csQwAAAAAAAAAAABkARQnAQ',\n },\n ],\n },\n {\n\n },\n ],\n },\n\n ],\n saleAfterData: [\n {\n iconUrl: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*pfLqR4j17f0AAAAAAAAAAABkARQnAQ',\n des: '设备质保两年',\n },\n {\n iconUrl: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*qlnuQpHcVCwAAAAAAAAAAABkARQnAQ',\n des: '在线客服',\n },\n {\n iconUrl: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*u6eYR5DIEMYAAAAAAAAAAABkARQnAQ',\n des: '客服热线',\n },\n ],\n certServiceData: {\n title: 'ETC服务',\n des: '本服务支付宝提供',\n },\n },\n onLoad() { },\n});\n","pages/etc/etc.json":"{\n \"transparentTitle\": \"always\",\n \"usingComponents\": {\n \"value-module\": \"/components/value-module/value-module\",\n \"green-energy\": \"/components/green-energy/green-energy\",\n \"action-button\": \"/components/action-button/action-button\",\n \"card\": \"/components/card/card\",\n \"market-card\": \"/components/market-card/market-card\",\n \"evaluate\": \"/components/evaluate/evaluate\",\n \"process\": \"/components/process/process\",\n \"sale-after\": \"/components/sale-after/sale-after\",\n \"cert-service\": \"/components/cert-service/cert-service\",\n \"question\": \"/components/question/question\",\n \"advance-list\": \"/components/advance-list/advance-list\",\n \"super-page\": \"/components/super-page/super-page\"\n }\n}","pages/main/index.acss":"page {\n background: #317AFF;\n padding: 0 24rpx;\n}\n.page-header {\n min-height: 384rpx;\n background: url('https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*tfvYT7UBLToAAAAAAAAAAABkARQnAQ') 0 -88rpx no-repeat;\n background-size: contain;\n padding-top: 384rpx;\n}\n.swiper-customer-wraper {\n padding-left: 32rpx;\n text-align: left;\n}\n.swiper-customer-wraper .a-swiper-item {\n width: 334rpx;\n text-align: left;\n}\n.swiper-customer-wraper .a-swiper-slides {\n width: 334rpx;\n text-align: left;\n}\n.swiper-customer-item {\n width: 310rpx;\n text-align: left;\n}\n","pages/main/index.axml":"<view>\n <view class=\"page-header\">\n <green-energy preDes=\"每次缴费可获\" count=\"26\" />\n <card title=\"办ETC全免费\">\n <value-module\n list=\"{{dataSource}}\"\n />\n </card>\n </view>\n <card title=\"滑动区块\">\n <view class=\"swiper-customer-wraper\">\n <swiper indicator-dots=\"{{false}}\" autoplay=\"{{false}}\">\n <block>\n <swiper-item>\n <view class=\"swiper-costomer-item\">\n <market-card type=\"gsyh\" high=\"190\" low=\"140\"></market-card>\n </view>\n </swiper-item>\n </block>\n <block>\n <swiper-item>\n <market-card type=\"jsyh\" high=\"190\" low=\"140\"></market-card>\n </swiper-item>\n </block>\n <block>\n <swiper-item>\n <market-card type=\"nyyh\" high=\"300\" low=\"10\"></market-card>\n </swiper-item>\n </block>\n </swiper>\n </view>\n </card>\n <card>\n <action-button\n topProtocol=\"{{actionButtonData.topProtocol}}\"\n bottomProtocol=\"{{actionButtonData.bottomProtocol}}\"\n buttonGroup=\"{{actionButtonData.buttonGroup}}\"\n bottomItem=\"{{actionButtonData.bottomItem}}\"\n bottomList=\"{{actionButtonData.bottomList}}\"\n >\n </action-button>\n </card>\n <market-card type=\"gsyh\" high=\"190\" low=\"140\"></market-card>\n <market-card type=\"nyyh\" high=\"300\" low=\"10\"></market-card>\n <market-card type=\"jsyh\" high=\"90\" low=\"40\" size=\"large\"></market-card>\n <card showBottomButton=\"{{true}}\" bottomButtonText=\"查看更多评论\" HorizonatalPadding=\"{{true}}\" title=\"用户评价\">\n <evaluate list={{evaluateData}} />\n </card>\n <card showBottomButton=\"{{true}}\" bottomButtonText=\"查看办理方式\" title=\"办理方式\">\n <process type=\"main\" list=\"{{keyStepData}}\"/>\n </card>\n <card title=\"办理步骤\">\n <process type=\"particular\" list=\"{{particularData}}\"/>\n </card>\n <card title=\"售后服务\">\n <sale-after list=\"{{saleAfterData}}\"/>\n </card>\n <cert-service backgroundColor=\"#6F2A2B\" letterSpacing=\"4\" title=\"{{certServiceData.title}}\" des=\"{{certServiceData.des}}\"/>\n <card marginBottom=\"{{false}}\" title=\"常见问题\" HorizonatalPadding=\"{{true}}\" showBottomButton=\"{{true}}\" bottomButtonText=\"查看更多问题\">\n <question list=\"{{simpleQuestionData}}\" />\n </card>\n <view class=\"page-body\">\n <card title=\"了解支付宝自动缴费\" HorizonatalPadding=\"{{true}}\">\n <advance-list list=\"{{advanceData}}\" />\n </card>\n </view>\n</view>","pages/main/index.js":"Page({\n data: {\n dataSource: [\n {\n label: '芝麻免押',\n icon: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*YElIT5zxKy8AAAAAAAAAAABkARQnAQ',\n },\n {\n label: '免充值',\n icon: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*XI-NTImfCFsAAAAAAAAAAABkARQnAQ',\n },\n {\n label: '免邮费',\n icon: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*3_I0SZUZeY4AAAAAAAAAAABkARQnAQ',\n },\n {\n label: '免设备费',\n icon: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*j_WARJHOx-IAAAAAAAAAAABkARQnAQ',\n },\n {\n label: '免手续费',\n icon: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*CIoaSrildxUAAAAAAAAAAABkARQnAQ',\n },\n {\n label: '免办卡',\n icon: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*55R4Q4EDDNMAAAAAAAAAAABkARQnAQ',\n },\n ],\n evaluateData: [\n {\n avatarUrl: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*HaySSYQ1dJEAAAAAAAAAAABkARQnAQ',\n name: '童*画1',\n time: '2019-09-26',\n upCount: 66,\n commentCount: 14,\n content: '可编辑文字可编辑文字可编辑文字可编辑文字可编辑文字可编辑文字可编辑文字可编辑文字可编辑文字, 可编辑文字可编辑文字可编辑文字可编辑文字可编辑文字可编辑文字可编辑文字可编辑文字可编辑文字',\n imageUrl: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*KAjwTqq_cRgAAAAAAAAAAABkARQnAQ',\n },\n {\n avatarUrl: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*HaySSYQ1dJEAAAAAAAAAAABkARQnAQ',\n name: '童*画2',\n time: '2019-09-27',\n upCount: 66,\n commentCount: 14,\n content: '可编辑文字可编辑文字可编辑文字可编辑文字可编辑文字可编辑文字可编辑文字可编辑文字可编辑文字, 可编辑文字可编辑文字可编辑文字可编辑文字可编辑文字可编辑文字可编辑文字可编辑文字可编辑文字',\n // imageUrl: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*KAjwTqq_cRgAAAAAAAAAAABkARQnAQ',\n },\n ],\n keyStepData: [\n {\n iconUrl: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*bkvOSak8ssYAAAAAAAAAAABkARQnAQ',\n des: '在线办理',\n },\n {\n iconUrl: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*OUeBSpPdjJoAAAAAAAAAAABkARQnAQ',\n des: '保证收货',\n },\n {\n iconUrl: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*UybpRZ_9H5gAAAAAAAAAAABkARQnAQ',\n des: '安装激活',\n },\n ],\n particularData: [\n {\n iconUrl: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*Ryo-TZqpTGMAAAAAAAAAAABkARQnAQ',\n title: '绑定银行卡',\n des: '绑定银行卡用于高速通行扣费,免费办理ETC',\n },\n {\n iconUrl: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*pYgYQZlSIpkAAAAAAAAAAABkARQnAQ',\n title: '缴纳押金',\n des: '绑定银行卡用于高速通行扣费,免费办理ETC',\n },\n {\n iconUrl: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*7XnVRpeoy60AAAAAAAAAAABkARQnAQ',\n title: '填写资料',\n des: '绑定银行卡用于高速通行扣费,免费办理ETC',\n },\n {\n iconUrl: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*Q5qbTJQttckAAAAAAAAAAABkARQnAQ',\n title: '安装激活',\n des: '绑定银行卡用于高速通行扣费,免费办理ETC',\n },\n ],\n saleAfterData: [\n {\n iconUrl: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*pfLqR4j17f0AAAAAAAAAAABkARQnAQ',\n des: '设备质保两年',\n },\n {\n iconUrl: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*qlnuQpHcVCwAAAAAAAAAAABkARQnAQ',\n des: '在线客服',\n },\n {\n iconUrl: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*u6eYR5DIEMYAAAAAAAAAAABkARQnAQ',\n des: '客服热线',\n },\n ],\n certServiceData: {\n title: '医保电子凭证服务',\n des: '本服务由支付宝和国际医疗保障局联合提供',\n },\n simpleQuestionData: [\n {\n question: 'ETC设备办理是否可以全国通用?',\n answers: [\n {\n steps: [\n {\n text: [{ type: 'normal', content: '全国高速均可通行,按照各地折扣标准收取通行费,还支持ETC缴费的停车场。' }],\n imageUrl: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*_BOISZgF2qUAAAAAAAAAAABkARQnAQ',\n },\n {\n text: [{ type: 'normal', content: '全国高速均可通行,按照各地折扣标准收取通行费,还支持ETC缴费的停车场。' }],\n imageUrl: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*WECGTK9l0GQAAAAAAAAAAABkARQnAQ',\n },\n ],\n },\n {\n\n },\n ],\n },\n {\n question: '我是否可以免费办理ETC?',\n answers: [\n {\n steps: [\n {\n text: [\n {\n type: 'normal',\n content: '按交通部规定,申请ETC需要遵循一车一卡一标签的原则,即一辆车只能办理一个ETC设备,同时需要您上传身份证和行驶证信息以便核验身份。',\n },\n {\n type: 'blue',\n content: '按交通部规定,申请ETC需要\"遵循\",',\n },\n ],\n imageUrl: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*KXaKSa9csQwAAAAAAAAAAABkARQnAQ',\n },\n ],\n },\n {\n\n },\n ],\n },\n ],\n actionButtonData: {\n topProtocol: [\n {\n type: 'normal',\n text: '同意',\n },\n {\n type: 'blue',\n text: '《自动缴费服务协议》',\n },\n ],\n bottomProtocol: [\n {\n type: 'normal',\n text: '查看',\n },\n {\n type: 'blue',\n text: '《自动缴费服务协议》',\n },\n {\n type: 'normal',\n text: ',授权ETC服务获取身份证、收货地址用于申请ETC,关注车主服务生活号获取审核;',\n },\n ],\n buttonGroup: [\n {\n type: 'primary',\n text: '同意协议并开通',\n },\n {\n type: 'default',\n text: '暂不开通, 仅手动缴费',\n },\n ],\n bottomItem: {\n iconUrl: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*UUsjRawk8NMAAAAAAAAAAABkARQnAQ',\n text: '办理货车ETC',\n },\n bottomList: [\n {\n label: '姓名',\n value: '*璇子',\n },\n {\n label: '手机号',\n value: '176********52',\n editable: true,\n },\n {\n label: '身份证',\n value: '3****************5',\n },\n ],\n },\n advanceData: [\n 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*QELXS6f8SaUAAAAAAAAAAABkARQnAQ',\n 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*LzdaSoF45KMAAAAAAAAAAABkARQnAQ',\n 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*oPwpTreu4DEAAAAAAAAAAABkARQnAQ',\n 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*75ktQpHR33gAAAAAAAAAAABkARQnAQ',\n ],\n },\n onLoad() {\n },\n});\n","pages/main/index.json":"{\n \"transparentTitle\": \"always\",\n \"usingComponents\": {\n \"value-module\": \"/components/value-module/value-module\",\n \"green-energy\": \"/components/green-energy/green-energy\",\n \"action-button\": \"/components/action-button/action-button\",\n \"card\": \"/components/card/card\",\n \"market-card\": \"/components/market-card/market-card\",\n \"evaluate\": \"/components/evaluate/evaluate\",\n \"process\": \"/components/process/process\",\n \"sale-after\": \"/components/sale-after/sale-after\",\n \"cert-service\": \"/components/cert-service/cert-service\",\n \"question\": \"/components/question/question\",\n \"advance-list\": \"/components/advance-list/advance-list\"\n }\n}","pages/medicare/medicare.acss":"page {\n background: #0067B6;\n}\n.page-header {\n height: 100%;\n background: url('https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*NEo5SZyUwrAAAAAAAAAAAABkARQnAQ') 0 -88rpx no-repeat;\n background-size: 100% 13%;\n width: 100%;\n padding: 0 24rpx;\n box-sizing: border-box;\n}\n.green {\n text-align: center;\n}\n.top-card {\n padding-top: 222rpx;\n}\n.voncher-wraper {\n height: 185rpx;\n background: #fff;\n position: relative;\n border-top-left-radius: 10rpx;\n border-top-right-radius: 10rpx;\n}\n.voncher-wraper .voncher {\n height: 370rpx;\n width: 638rpx;\n position: absolute;\n background: url('https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*9TuhRbsdoDUAAAAAAAAAAABkARQnAQ');\n background-size: cover;\n top: -100%;\n left: 32rpx;\n padding: 35rpx 32rpx;\n box-sizing: border-box;\n}\n.voncher-wraper .voncher .gov .icon {\n background: url('https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*3epvSa-G1egAAAAAAAAAAABkARQnAQ');\n width: 74rpx;\n height: 72rpx;\n background-size: cover;\n display: inline-block;\n vertical-align: middle;\n margin-right: 16rpx;\n}\n.voncher-wraper .voncher .gov .content {\n display: inline-block;\n vertical-align: middle;\n}\n.voncher-wraper .voncher .gov .content .voncher-name {\n font-size: 34.2rpx;\n line-height: 48rpx;\n font-weight: bold;\n color: #FFF;\n}\n.voncher-wraper .voncher .gov .content .des {\n font-size: 21.3rpx;\n color: rgba(255, 255, 255, 0.82);\n line-height: 30rpx;\n}\n.voncher-wraper .voncher .person {\n margin-top: 98rpx;\n color: #FFF;\n font-weight: bold;\n}\n.voncher-wraper .voncher .person .name {\n font-size: 34rpx;\n line-height: 46rpx;\n}\n.voncher-wraper .voncher .person .account {\n font-size: 28rpx;\n line-height: 39rpx;\n}\n.page-header .slot-wraper {\n padding: 48.5rpx 0 40rpx;\n border-top: 1rpx solid #eee;\n text-align: left;\n margin-top: 12rpx;\n}\n.page-header .slot-wraper .line {\n display: flex;\n font-size: 32rpx;\n justify-content: space-between;\n}\n.page-header .slot-wraper .line .label {\n font-weight: 500;\n}\n.page-header .slot-wraper .findCity {\n font-size: 24rpx;\n margin-top: 16rpx;\n display: inline-block;\n color: #A3A3A3;\n}\n.page-header .slot-wraper .line .arrow {\n width: 12rpx;\n height: 21rpx;\n margin-left: 7rpx;\n}\n","pages/medicare/medicare.axml":"<view>\n <super-page\n pageHeaderCls=\"page-header\"\n pageFootCls=\"page-foot\"\n >\n <view slot=\"page-header\">\n <view class=\"green\">\n <green-energy preDes=\"领医保电子卡凭证得\" count=\"15\" />\n </view>\n <view class=\"top-card\">\n <view class=\"voncher-wraper\">\n <view class=\"voncher\">\n <view class=\"gov\">\n <view class=\"icon\"></view>\n <view class=\"content\">\n <view class=\"voncher-name\">{{voncherData.voncherName}}</view>\n <view class=\"des\">{{voncherData.des}}</view>\n </view>\n </view>\n <view class=\"person\">\n <view class=\"name\">{{voncherData.name}}</view>\n <view class=\"account\">{{voncherData.account}}</view>\n </view>\n </view>\n </view>\n <card title=\"领取医保电子凭证\" noTopRadius=\"{{true}}\">\n <value-module\n list=\"{{dataSource}}\"\n />\n <action-button\n bottomProtocol=\"{{actionButtonData.bottomProtocol}}\"\n buttonGroup=\"{{actionButtonData.buttonGroup}}\"\n bottomList=\"{{actionButtonData.bottomList}}\"\n >\n <view slot=\"header\" class=\"slot-wraper\">\n <view class=\"line\">\n <text class=\"label\">选择参保地</text>\n <view>\n <text class=\"city\">杭州</text>\n <image class=\"arrow\" mode=\"scaleToFill\" src=\"https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*S44LRpc_2YQAAAAAAAAAAABkARQnAQ\"/>\n </view>\n </view>\n <text class=\"findCity\">查看支持城市</text>\n </view>\n </action-button>\n </card>\n <card title=\"医保电子凭证介绍\" HorizonatalPadding=\"{{true}}\">\n <question list=\"{{simpleQuestionData}}\"/>\n </card>\n </view>\n <cert-service backgroundColor=\"#635D8D\" letterSpacing=\"4\" title=\"{{certServiceData.title}}\" des=\"{{certServiceData.des}}\"/>\n </view>\n <view slot=\"page-foot\">\n <action-button\n bottomProtocol=\"{{actionButtonData.bottomProtocol}}\"\n buttonGroup=\"{{actionButtonData.buttonGroup}}\"\n fixed=\"{{true}}\"\n />\n </view>\n </super-page>\n</view>","pages/medicare/medicare.js":"Page({\n data: {\n statusBarHeight: 24,\n hotTipData: {\n imageUrl: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*wxp7Rqb6-v0AAAAAAAAAAABkARQnAQ',\n text: '1分钱刷码乘车',\n },\n certServiceData: {\n title: '医保电子凭证服务',\n des: '本服务由支付宝和国际医疗保障局联合提供',\n },\n voncherData: {\n iconUrl: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*4W2NT5aY0BcAAAAAAAAAAABkARQnAQ',\n voncherName: '医保电子凭证',\n des: '国家医疗保障局监制',\n name: '支小宝',\n account: '3****************0',\n },\n dataSource: [\n {\n label: '刷医保',\n icon: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*QQQoQYUq64cAAAAAAAAAAABkARQnAQ',\n },\n {\n label: '免带卡',\n icon: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*C9EUT4z2DcAAAAAAAAAAAABkARQnAQ',\n },\n {\n label: '更安全',\n icon: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*Sdl1SJuGMnEAAAAAAAAAAABkARQnAQ',\n }\n ],\n actionButtonData: {\n topProtocol: [\n {\n type: 'normal',\n text: '同意',\n },\n {\n type: 'blue',\n text: '《自动缴费服务协议》',\n },\n ],\n bottomProtocol: [\n {\n type: 'normal',\n text: '查看',\n },\n {\n type: 'blue',\n text: '《自动缴费服务协议》',\n },\n {\n type: 'normal',\n text: ',授权ETC服务获取身份证、收货地址用于申请ETC,关注车主服务生活号获取审核;',\n },\n ],\n buttonGroup: [\n {\n type: 'primary',\n text: '同意协议并开通',\n }\n ],\n bottomItem: {\n iconUrl: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*UUsjRawk8NMAAAAAAAAAAABkARQnAQ',\n text: '办理货车ETC',\n },\n bottomList: [\n {\n label: '姓名',\n value: '*璇子',\n },\n {\n label: '手机号',\n value: '176********52',\n editable: true,\n },\n {\n label: '身份证',\n value: '3****************5',\n },\n ],\n },\n simpleQuestionData: [\n {\n question: '医保电子凭证是什么?',\n answers: [\n {\n steps: [\n {\n text: [{ type: 'normal', content: '它是由国家医疗保障局统一监制生成,与用户的医保信息一一对应,作为医疗保障类服务的线上身份凭证。' }],\n }\n ],\n },\n {\n\n },\n ],\n },\n {\n question: '如何使用医保电子凭证进医保支付?',\n answers: [\n {\n steps: [\n {\n text: [\n {\n type: 'normal',\n content: '前往医保定点医院或药店,',\n },\n {\n type: 'blue',\n content: '使用前先告知工作人员要使用医保电子凭证',\n },\n {\n type: 'normal',\n content: '。',\n },\n ],\n imageUrl: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*_BOISZgF2qUAAAAAAAAAAABkARQnAQ',\n },\n {\n text: [\n {\n type: 'normal',\n content: '按交通部规定,申请ETC需要遵循一车一卡一标签的原则,即一辆车只能办理一个ETC设备,同时需要您上传身份证和行驶证信息以便核验身份。',\n },\n {\n type: 'blue',\n content: '按交通部规定,申请ETC需要\"遵循\"',\n },\n ],\n imageUrl: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*KXaKSa9csQwAAAAAAAAAAABkARQnAQ',\n },\n {\n text: [\n {\n type: 'normal',\n content: '按交通部规定,申请ETC需要遵循一车一卡一标签的原则,即一辆车只能办理一个ETC设备,同时需要您上传身份证和行驶证信息以便核验身份。',\n },\n {\n type: 'blue',\n content: '按交通部规定,申请ETC需要\"遵循\",',\n },\n ],\n imageUrl: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*KXaKSa9csQwAAAAAAAAAAABkARQnAQ',\n },\n {\n text: [\n {\n type: 'normal',\n content: '按交通部规定,申请ETC需要遵循一车一卡一标签的原则,即一辆车只能办理一个ETC设备,同时需要您上传身份证和行驶证信息以便核验身份。',\n },\n {\n type: 'blue',\n content: '按交通部规定,申请ETC需要\"遵循\",',\n },\n ],\n imageUrl: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*KXaKSa9csQwAAAAAAAAAAABkARQnAQ',\n },\n ],\n },\n {\n\n },\n ],\n },\n ], \n },\n onLoad() {\n const info = my.getSystemInfoSync()\n this.setData({\n statusAndTitleBarHeight: info.statusBarHeight + info.titleBarHeight,\n })\n },\n});\n","pages/medicare/medicare.json":"{\n \"transparentTitle\": \"always\",\n \"usingComponents\": {\n \"value-module\": \"/components/value-module/value-module\",\n \"green-energy\": \"/components/green-energy/green-energy\",\n \"action-button\": \"/components/action-button/action-button\",\n \"card\": \"/components/card/card\",\n \"market-card\": \"/components/market-card/market-card\",\n \"evaluate\": \"/components/evaluate/evaluate\",\n \"process\": \"/components/process/process\",\n \"sale-after\": \"/components/sale-after/sale-after\",\n \"cert-service\": \"/components/cert-service/cert-service\",\n \"question\": \"/components/question/question\",\n \"advance-list\": \"/components/advance-list/advance-list\",\n \"super-page\": \"/components/super-page/super-page\"\n }\n}","pages/nav/nav.acss":"navigator {\n background-color: lightcoral;\n color: #fff;\n margin-bottom: 10rpx;\n padding: 20rpx;\n text-align: center;\n}\n.navigator-hover {\n background-color: lightskyblue;\n color: #fff;\n}\n","pages/nav/nav.axml":"<view class=\"page\">\n <navigator open-type=\"navigate\" url=\"/pages/main/index\" hover-class=\"navigator-hover\">开通页组件</navigator>\n <navigator open-type=\"navigate\" url=\"/pages/etc/etc\" hover-class=\"navigator-hover\">etc</navigator>\n <navigator open-type=\"navigate\" url=\"/pages/auto-pay/auto-pay\" hover-class=\"navigator-hover\">自动缴费1</navigator>\n <navigator open-type=\"navigate\" url=\"/pages/auto-pay-two/auto-pay-two\" hover-class=\"navigator-hover\">自动缴费2</navigator>\n <navigator open-type=\"navigate\" url=\"/pages/medicare/medicare\" hover-class=\"navigator-hover\">医保</navigator>\n <navigator open-type=\"navigate\" url=\"/pages/pay-result-components/pay-result-components\" hover-class=\"navigator-hover\">结果页组件</navigator>\n <navigator open-type=\"navigate\" url=\"/pages/subway-result/subway-result\" hover-class=\"navigator-hover\">结果页示例1</navigator>\n <navigator open-type=\"navigate\" url=\"/pages/subway-event/subway-event\" hover-class=\"navigator-hover\">结果页示例2</navigator>\n\n</view>","pages/nav/nav.js":"Page({\n data: {},\n onLoad() {},\n});\n","pages/nav/nav.json":"{}","pages/pay-result-components/pay-result-components.acss":"page {\n background: #F5FBFF;\n}\n.page-header {\n background-color: #0F90E9;\n padding-bottom: 85rpx;\n}\n.page-body {\n text-align: center;\n padding: 0 24rpx;\n}\n","pages/pay-result-components/pay-result-components.axml":"<view>\n <super-page\n pageHeaderCls=\"page-header\"\n pageBodyCls=\"page-body\"\n >\n <view slot=\"page-header\">\n <pay-info\n dataSource=\"{{dataSource}}\"\n />\n </view>\n <view slot=\"page-body\">\n <stand-out-card standHeight=\"{{81}}\">\n <card>\n <passway dataSource=\"{{passwayData}}\" />\n </card>\n </stand-out-card>\n <card>\n <routes dataSource=\"{{routesData}}\" />\n </card>\n <card>\n <to-desktop dataSource=\"{{desktopData}}\" />\n </card>\n <card>\n <transfer dataSource=\"{{transferData}}\" />\n </card>\n <card>\n <operation dataSource=\"{{operationData}}\" />\n </card>\n </view>\n </super-page>\n</view>\n","pages/pay-result-components/pay-result-components.js":"\n\nPage({\n data: {\n dataSource: {\n status: 1, // 0: 待扣款 1:已扣款\n type: 1, // 1: 地铁 2: 公交\n price: 1.78,\n reducePrice: 0.32,\n delay: 30,\n greenCount: 52,\n busNumber: 208,\n stationName: '凤起路站',\n stationInfos: [\n {\n label: '进站站点',\n value: '凤起路站',\n },\n {\n label: '出站站点',\n value: '良渚站',\n },\n ],\n },\n passwayData: {\n name: '凤起路站',\n exits: [\n {\n name: '1号口',\n to: ['怡乐路', '二十四水果店', '叶氏兄弟水果', '易乐路杂货'],\n },\n {\n name: '2号口',\n to: ['怡乐路', '二十四水果店', '叶氏兄弟水果', '易乐路杂货'],\n },\n ],\n traffic: {\n label: '开地铁电子发票',\n iconText: '绿色低碳',\n go: '去骑车',\n },\n },\n routesData: {\n name: '凤起路站',\n routes: [\n {\n name: '1号线',\n lowPrice: 2,\n highPrice: 9,\n directs: [\n {\n targetPlace: '良渚',\n startTime: '06:18',\n lastTime: '23:37',\n gapTime: 5,\n },\n {\n targetPlace: '朝阳',\n startTime: '06:18',\n lastTime: '23:37',\n gapTime: '',\n },\n ],\n },\n {\n name: '2号线',\n lowPrice: 2,\n highPrice: 9,\n directs: [\n {\n targetPlace: '良渚',\n startTime: '06:18',\n lastTime: '23:37',\n gapTime: 5,\n },\n {\n targetPlace: '朝阳',\n startTime: '06:18',\n lastTime: '23:37',\n gapTime: '',\n },\n ],\n },\n ],\n },\n desktopData: {\n content: '打开乘车码太麻烦',\n des: '添加到桌面 一键乘车',\n },\n transferData: {\n stationName: '凤起路站',\n type: 1, // 1.网约车 2.共享单车\n count: 25,\n discounts: 6.5,\n waitTime: 3,\n traffic: {\n label: '开地铁电子发票',\n iconText: '绿色低碳',\n go: '',\n },\n markers: [\n {\n iconPath: '/assets/mark.png',\n longitude: '120.131441',\n latitude: '30.279383',\n width: 21,\n height: 31,\n customCallout: {\n type: 0,\n time: '3',\n descList: [{\n desc: '点击立即打车',\n descColor: '#ffffff',\n }],\n isShow: 1,\n // },\n // style: {\n // type: 1,\n // icon1: '/assets/byc.png',\n // text1: '去骑车',\n // bgColor: '#108EE9',\n // // color: '#108EE9',\n // gravity: 'center'\n },\n },\n ],\n circles: [\n {\n latitude: 30.279383,\n longitude: 120.131441,\n color: '#32C5FFFF',\n fillColor: '#9FE5FF99',\n radius: 105,\n strokeWidth: 1,\n },\n {\n latitude: 30.279383,\n longitude: 120.131441,\n color: '#FFFFFFFF',\n fillColor: '#9FE5FF99',\n radius: 135,\n strokeWidth: 1,\n },\n ],\n },\n operationData: [\n {\n iconPath: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*D8vpRIDpXp8AAAAAAAAAAABkARQnAQ',\n title: '你有80里程待收取',\n des: '距离阿拉善更进一步啦',\n buttonText: '去领取',\n buttonType: 'primary',\n },\n {\n iconPath: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*jA3KRYc3xqMAAAAAAAAAAABkARQnAQ',\n title: '了解更多出行资讯',\n des: '公共出行生活号',\n buttonText: '去查看',\n buttonType: 'default',\n },\n ],\n\n },\n onLoad() { },\n});\n","pages/pay-result-components/pay-result-components.json":"{\n \"transparentTitle\": \"always\",\n \"usingComponents\": {\n \"value-module\": \"/components/value-module/value-module\",\n \"green-energy\": \"/components/green-energy/green-energy\",\n \"action-button\": \"/components/action-button/action-button\",\n \"card\": \"/components/card/card\",\n \"market-card\": \"/components/market-card/market-card\",\n \"evaluate\": \"/components/evaluate/evaluate\",\n \"process\": \"/components/process/process\",\n \"sale-after\": \"/components/sale-after/sale-after\",\n \"cert-service\": \"/components/cert-service/cert-service\",\n \"question\": \"/components/question/question\",\n \"advance-list\": \"/components/advance-list/advance-list\",\n \"super-page\": \"/components/super-page/super-page\",\n \"pay-info\": \"/components/pay-info/pay-info\",\n \"stand-out-card\": \"/components/stand-out-card/stand-out-card\",\n \"passway\": \"/components/passway/passway\",\n \"routes\": \"/components/routes/routes\",\n \"to-desktop\": \"/components/to-desktop/to-desktop\",\n \"transfer\": \"/components/transfer/transfer\",\n \"operation\": \"/components/operation/operation\"\n }\n}","pages/subway-event/subway-event.acss":"page {\n background: #F5FBFF;\n}\n.page-header {\n background-color: #0F90E9;\n padding-bottom: 158rpx;\n}\n.page-body {\n text-align: center;\n padding: 0 24rpx;\n}\n","pages/subway-event/subway-event.axml":"<view>\n <super-page\n pageHeaderCls=\"page-header\"\n pageBodyCls=\"page-body\"\n >\n <view slot=\"page-header\">\n <pay-info\n dataSource=\"{{dataSource}}\"\n />\n </view>\n <view slot=\"page-body\">\n <stand-out-card standHeight=\"{{150}}\">\n <card>\n <to-desktop dataSource=\"{{desktopData}}\" />\n </card>\n </stand-out-card>\n <card>\n <routes dataSource=\"{{routesData}}\" />\n </card>\n \n <card>\n <transfer dataSource=\"{{transferData}}\" />\n </card>\n <card>\n <operation dataSource=\"{{operationData}}\" />\n </card>\n </view>\n </super-page>\n</view>\n","pages/subway-event/subway-event.js":"\n\nPage({\n data: {\n dataSource: {\n status: 0, // 0: 待扣款 1:已扣款\n type: 2, // 1: 地铁 2: 公交\n price: 1.78,\n reducePrice: 0.32,\n delay: 30,\n greenCount: 52,\n busNumber: 208,\n stationName: '凤起路站',\n stationInfos: [\n {\n label: '进站站点',\n value: '凤起路站',\n },\n {\n label: '出站站点',\n value: '良渚站',\n },\n ],\n },\n passwayData: {\n name: '凤起路站',\n exits: [\n {\n name: '1号口',\n to: ['怡乐路', '二十四水果店', '叶氏兄弟水果', '易乐路杂货'],\n },\n {\n name: '2号口',\n to: ['怡乐路', '二十四水果店', '叶氏兄弟水果', '易乐路杂货'],\n },\n ],\n traffic: {\n label: '开地铁电子发票',\n iconText: '绿色低碳',\n go: '去骑车',\n },\n },\n routesData: {\n name: '凤起路站',\n routes: [\n {\n name: '1号线',\n lowPrice: 2,\n highPrice: 9,\n directs: [\n {\n targetPlace: '良渚',\n startTime: '06:18',\n lastTime: '23:37',\n gapTime: 5,\n },\n {\n targetPlace: '朝阳',\n startTime: '06:18',\n lastTime: '23:37',\n gapTime: '',\n },\n ],\n },\n {\n name: '2号线',\n lowPrice: 2,\n highPrice: 9,\n directs: [\n {\n targetPlace: '良渚',\n startTime: '06:18',\n lastTime: '23:37',\n gapTime: 5,\n },\n {\n targetPlace: '朝阳',\n startTime: '06:18',\n lastTime: '23:37',\n gapTime: '',\n },\n ],\n },\n ],\n },\n desktopData: {\n content: '打开乘车码太麻烦',\n des: '添加到桌面 一键乘车',\n },\n transferData: {\n stationName: '凤起路站',\n type: 1, // 1.网约车 2.共享单车\n count: 25,\n discounts: 6.5,\n waitTime: 3,\n traffic: {\n label: '开地铁电子发票',\n iconText: '绿色低碳',\n go: '',\n },\n markers: [\n {\n iconPath: '/assets/mark.png',\n longitude: '120.131441',\n latitude: '30.279383',\n width: 21,\n height: 31,\n customCallout: {\n type: 0,\n time: '3',\n descList: [{\n desc: '点击立即打车',\n descColor: '#ffffff',\n }],\n isShow: 1,\n // },\n // style: {\n // type: 1,\n // icon1: '/assets/byc.png',\n // text1: '去骑车',\n // bgColor: '#108EE9',\n // // color: '#108EE9',\n // gravity: 'center'\n },\n },\n ],\n circles: [\n {\n latitude: 30.279383,\n longitude: 120.131441,\n color: '#32C5FFFF',\n fillColor: '#9FE5FF99',\n radius: 105,\n strokeWidth: 1,\n },\n {\n latitude: 30.279383,\n longitude: 120.131441,\n color: '#FFFFFFFF',\n fillColor: '#9FE5FF99',\n radius: 135,\n strokeWidth: 1,\n },\n ],\n },\n operationData: [\n {\n iconPath: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*D8vpRIDpXp8AAAAAAAAAAABkARQnAQ',\n title: '你有80里程待收取',\n des: '距离阿拉善更进一步啦',\n buttonText: '去领取',\n buttonType: 'primary',\n },\n {\n iconPath: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*jA3KRYc3xqMAAAAAAAAAAABkARQnAQ',\n title: '了解更多出行资讯',\n des: '公共出行生活号',\n buttonText: '去查看',\n buttonType: 'default',\n },\n ],\n\n },\n onLoad() { },\n});\n","pages/subway-event/subway-event.json":"{\n \"transparentTitle\": \"always\",\n \"usingComponents\": {\n \"value-module\": \"/components/value-module/value-module\",\n \"green-energy\": \"/components/green-energy/green-energy\",\n \"action-button\": \"/components/action-button/action-button\",\n \"card\": \"/components/card/card\",\n \"market-card\": \"/components/market-card/market-card\",\n \"evaluate\": \"/components/evaluate/evaluate\",\n \"process\": \"/components/process/process\",\n \"sale-after\": \"/components/sale-after/sale-after\",\n \"cert-service\": \"/components/cert-service/cert-service\",\n \"question\": \"/components/question/question\",\n \"advance-list\": \"/components/advance-list/advance-list\",\n \"super-page\": \"/components/super-page/super-page\",\n \"pay-info\": \"/components/pay-info/pay-info\",\n \"stand-out-card\": \"/components/stand-out-card/stand-out-card\",\n \"passway\": \"/components/passway/passway\",\n \"routes\": \"/components/routes/routes\",\n \"to-desktop\": \"/components/to-desktop/to-desktop\",\n \"transfer\": \"/components/transfer/transfer\",\n \"operation\": \"/components/operation/operation\"\n }\n}","pages/subway-result/subway-result.acss":"page {\n background: #F5FBFF;\n height: 1212rpx;\n}\n.page-header {\n background-color: #0F90E9;\n padding-bottom: 83rpx;\n}\n.page-body {\n text-align: center;\n padding: 0 24rpx;\n}\n.ads {\n width: 702rpx;\n height: 173rpx;\n}\n.page-foot {\n background: #F5FBFF;\n margin-top: 24rpx;\n text-align: center;\n}\n","pages/subway-result/subway-result.axml":"<view>\n <super-page\n pageHeaderCls=\"page-header\"\n pageBodyCls=\"page-body\"\n pageFootCls=\"page-foot\"\n bottomContent=\"本次服务由杭州公交提供\"\n >\n <view slot=\"page-header\">\n <pay-info\n dataSource=\"{{dataSource}}\"\n />\n </view>\n <view slot=\"page-body\">\n <stand-out-card standHeight=\"{{81}}\">\n <card>\n <passway dataSource=\"{{passwayData}}\" />\n </card>\n </stand-out-card>\n <card>\n <operation dataSource=\"{{operationData}}\" />\n </card>\n </view>\n <view slot=\"page-foot\">\n <image class=\"ads\" mode=\"scaleToFill\" src=\"https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*ESuURbOhRQoAAAAAAAAAAABkARQnAQ\"/>\n </view>\n </super-page>\n</view>\n","pages/subway-result/subway-result.js":"\n\nPage({\n data: {\n dataSource: {\n status: 1, // 0: 待扣款 1:已扣款\n type: 1, // 1: 地铁 2: 公交\n price: 1.78,\n reducePrice: 0.32,\n delay: 30,\n greenCount: 52,\n busNumber: 208,\n stationName: '凤起路站',\n stationInfos: [\n {\n label: '进站站点',\n value: '凤起路站',\n },\n {\n label: '出站站点',\n value: '良渚站',\n },\n ],\n },\n passwayData: {\n name: '凤起路站',\n exits: [\n {\n name: '1号口',\n to: ['怡乐路', '二十四水果店', '叶氏兄弟水果', '易乐路杂货'],\n },\n {\n name: '2号口',\n to: ['怡乐路', '二十四水果店', '叶氏兄弟水果', '易乐路杂货'],\n },\n ],\n traffic: {\n label: '开地铁电子发票',\n iconText: '绿色低碳',\n go: '去骑车',\n },\n },\n routesData: {\n name: '凤起路站',\n routes: [\n {\n name: '1号线',\n lowPrice: 2,\n highPrice: 9,\n directs: [\n {\n targetPlace: '良渚',\n startTime: '06:18',\n lastTime: '23:37',\n gapTime: 5,\n },\n {\n targetPlace: '朝阳',\n startTime: '06:18',\n lastTime: '23:37',\n gapTime: '',\n },\n ],\n },\n {\n name: '2号线',\n lowPrice: 2,\n highPrice: 9,\n directs: [\n {\n targetPlace: '良渚',\n startTime: '06:18',\n lastTime: '23:37',\n gapTime: 5,\n },\n {\n targetPlace: '朝阳',\n startTime: '06:18',\n lastTime: '23:37',\n gapTime: '',\n },\n ],\n },\n ],\n },\n desktopData: {\n content: '打开乘车码太麻烦',\n des: '添加到桌面 一键乘车',\n },\n transferData: {\n stationName: '凤起路站',\n type: 1, // 1.网约车 2.共享单车\n count: 25,\n discounts: 6.5,\n waitTime: 3,\n traffic: {\n label: '开地铁电子发票',\n iconText: '绿色低碳',\n go: '',\n },\n markers: [\n {\n iconPath: '/assets/mark.png',\n longitude: '120.131441',\n latitude: '30.279383',\n width: 21,\n height: 31,\n customCallout: {\n type: 0,\n time: '3',\n descList: [{\n desc: '点击立即打车',\n descColor: '#ffffff',\n }],\n isShow: 1,\n // },\n // style: {\n // type: 1,\n // icon1: '/assets/byc.png',\n // text1: '去骑车',\n // bgColor: '#108EE9',\n // // color: '#108EE9',\n // gravity: 'center'\n },\n },\n ],\n circles: [\n {\n latitude: 30.279383,\n longitude: 120.131441,\n color: '#32C5FFFF',\n fillColor: '#9FE5FF99',\n radius: 105,\n strokeWidth: 1,\n },\n {\n latitude: 30.279383,\n longitude: 120.131441,\n color: '#FFFFFFFF',\n fillColor: '#9FE5FF99',\n radius: 135,\n strokeWidth: 1,\n },\n ],\n },\n operationData: [\n {\n iconPath: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*D8vpRIDpXp8AAAAAAAAAAABkARQnAQ',\n title: '你有80里程待收取',\n des: '距离阿拉善更进一步啦',\n buttonText: '去领取',\n buttonType: 'primary',\n },\n {\n iconPath: 'https://gw.alipayobjects.com/mdn/rms_ec9563/afts/img/A*jA3KRYc3xqMAAAAAAAAAAABkARQnAQ',\n title: '了解更多出行资讯',\n des: '公共出行生活号',\n buttonText: '去查看',\n buttonType: 'default',\n },\n ],\n\n },\n onLoad() { },\n});\n","pages/subway-result/subway-result.json":"{\n \"transparentTitle\": \"always\",\n \"usingComponents\": {\n \"value-module\": \"/components/value-module/value-module\",\n \"green-energy\": \"/components/green-energy/green-energy\",\n \"action-button\": \"/components/action-button/action-button\",\n \"card\": \"/components/card/card\",\n \"market-card\": \"/components/market-card/market-card\",\n \"evaluate\": \"/components/evaluate/evaluate\",\n \"process\": \"/components/process/process\",\n \"sale-after\": \"/components/sale-after/sale-after\",\n \"cert-service\": \"/components/cert-service/cert-service\",\n \"question\": \"/components/question/question\",\n \"advance-list\": \"/components/advance-list/advance-list\",\n \"super-page\": \"/components/super-page/super-page\",\n \"pay-info\": \"/components/pay-info/pay-info\",\n \"stand-out-card\": \"/components/stand-out-card/stand-out-card\",\n \"passway\": \"/components/passway/passway\",\n \"routes\": \"/components/routes/routes\",\n \"to-desktop\": \"/components/to-desktop/to-desktop\",\n \"transfer\": \"/components/transfer/transfer\",\n \"operation\": \"/components/operation/operation\"\n }\n}","style/mixins/hairline.acss":"","style/themes/default.acss":""},"dist":[{"ETag":"ECDA4B3F8351E7BAF5D0DF069128641E","name":"0.json","size":527616,"type":"json","url":"https://gw.alipayobjects.com/os/herbox/86a851bc-0d9b-4ccc-978f-44088eeb1235/0.json"}],"name":"mas-demo","description":"> TODO: description"}