12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <title>已绑详情-创业帮</title>
- <meta name="keywords" content="已绑详情-创业帮">
- <meta name="description" content="已绑详情-创业帮">
- <meta content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,shrink-to-fit=no,user-scalable=no" name="viewport" viewport="cover">
- <meta name="apple-mobile-web-app-capable" content="yes">
- <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
- <meta content="telephone=no" name="format-detection">
- <meta content="email=no" name="format-detection">
- <meta name="apple-mobile-web-app-title" content="已绑详情-创业帮">
- <meta http-equiv="Cache-Control" content="no-siteapp">
- <link rel="stylesheet" href="./static/css/main.css">
- </head>
- <body class="bgcf5f5f5 pb0" style="padding-top:0; height:100vh;">
- <div id="app" v-cloak>
- <van-nav-bar class="mall_title bottom_line" title="已绑详情" v-if="toptitleisshow" @click-left="goback">
- <template #left> <img src="./static/images/left.png" alt=""></template>
- </van-nav-bar>
- <div class="bind_detail">
- <div class="panel ovh">
- <van-cell class="cm" is-link @click="collectioncode">
- <template #title><img class="vm" src="./static/images/index-collectioncode.png" alt=""><span class="f16 c999 pl6">收款码</span></template>
- <template #right-icon>
- <van-tag class="cm" type="warning" round></van-tag><img class="goin" src="./static/images/index-goin.png" alt="">
- </template>
- </van-cell>
- <van-cell class="cm" is-link @click="sound">
- <template #title><img class="vm" src="./static/images/index-sound.png" alt=""><span class="f16 c999 pl6">音响</span></template>
- <template #right-icon>
- <van-tag class="cm" type="warning" round></van-tag><img class="goin" src="./static/images/index-goin.png" alt="">
- </template>
- </van-cell>
- </div>
- </div>
- </div>
- <script src="./static/js/klm-vv.min.js"></script>
- <script src="./static/js/klm-axios-config.js"></script>
- <script>
- function OnStart(){
- };
- // 通过 CDN 引入时不会自动注册 Lazyload 组件
- // 可以通过下面的方式手动注册
- Vue.use(vant.Lazyload);
- // 在 #app 标签下渲染一个按钮组件
- let app = new Vue({
- el: '#app',
- data() {
- return {
- toptitleisshow:false,
- };
- },
- created() {
- this.toptitleisshow = toptitleisshow;
- },
- methods: {
- goback(){
- PublicLib.GoBack({Level:1});
- },
- collectioncode(){
- PublicLib.Goto({Url:'bind-detail-collection'});
- },
- sound(){
- PublicLib.Goto({Url:'bind-detail-sound'});
- }
-
- }
- });
- </script>
- </body>
- </html>
|