Commit 8a366be2 authored by liangliang.wang01's avatar liangliang.wang01 🤸🏽

修改标题为招行扫码支付

parent a6ecae38
<template> <template>
<h-view title="招行扫码支付">
<div class="" style="padding: 20px; height: 100%"> <div class="" style="padding: 20px; height: 100%">
<div class="title" style="height:5%; width:100%"> <div class="title" style="height:5%; width:100%">
<div>合同信息</div> <div>合同信息</div>
...@@ -44,6 +45,7 @@ ...@@ -44,6 +45,7 @@
</div> </div>
</div> </div>
</div> </div>
</h-view>
</template> </template>
<script> <script>
......
<template> <template>
<h-view title="招行扫码支付">
<div> <div>
<ul id="box" class="box"> <ul id="box" class="box">
<li v-for="(item, index) in Lists" :key="index" class="items"> <li v-for="(item, index) in Lists" :key="index" class="items">
...@@ -37,6 +38,7 @@ ...@@ -37,6 +38,7 @@
</div> </div>
</div> </div>
</h-view>
</template> </template>
<script> <script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment