Commit b2acb410 by hank

bug

parent 6befc480
...@@ -17,10 +17,10 @@ ...@@ -17,10 +17,10 @@
</div> </div>
<div class="right-container"> <div class="right-container">
<div class="center-v"> <div class="center-v">
<div class="title" ref="title">{{getVlaue('title')}}</div> <div class="title" ref="title">{{getValue('title')}}</div>
<div class="price" ref="price"> <div class="price" ref="price">
¥ ¥
<span class="number">{{getVlaue('price')}}</span> <span class="number">{{getValue('price')}}</span>
<span class="uint">/月</span> <span class="uint">/月</span>
<div class="mirror-light"></div> <div class="mirror-light"></div>
</div> </div>
......
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 sign in to comment