Commit 96588514 by 冷斌

推广

parent 3afdf403
This source diff could not be displayed because it is too large. You can view the blob instead.
<include file="__THEME__/public_header_w3g" /> <include file="__THEME__/public_header_w3g" />
<style type="text/css"> <style type="text/css">
</style> </style>
<div id="app"> <div id="app">
<div class="layout_v"> <div class="layout_v">
<div class="widthraw_list_top layout_h"> <div class="widthraw_list_top layout_h">
<span class="text_12_400 color_999999">提现总金额:</span> <span class="text_12_400 color_999999">收益总金额:</span>
<span class="text_12_400 color_primary">¥154</span> <span class="text_12_400 color_primary">¥{$num}</span>
</div> </div>
<van-list <van-list
v-model="loading" v-model="loading"
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
</div> </div>
<span class="self_center text_14_600 color_FF3B3B" style="margin-left: 1rem;">+¥220.00</span> <span class="self_center text_14_600 color_FF3B3B" style="margin-left: 1rem;">+¥220.00</span>
</div> </div>
</van-list> </van-list>
</div> </div>
</div> </div>
...@@ -43,10 +43,10 @@ ...@@ -43,10 +43,10 @@
}, },
methods: { methods: {
onLoad: function() { onLoad: function() {
} }
} }
}) })
</script> </script>
<include file="__THEME__/public_footer_w3g" /> <include file="__THEME__/public_footer_w3g" />
\ No newline at end of file
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