xmldata 672 B

123456789101112131415161718
  1. <template id="order_list" version="0.1" params="a=1;b=2">
  2. <LinearLayout>
  3. <text name="hj1">您想咨询的订单是哪个呢?</text>
  4. </LinearLayout>
  5. <LinearLayout>
  6. <image name="hj2" url="http://www.163.com/1.jpg"/>
  7. </LinearLayout>
  8. <LinearLayout>
  9. <link type="block" style="button" target="block_id_1" params="orderId=4512" >
  10. <image name="p_img1" url="xxx1.jpg"/>
  11. <text name="p_name">ZARA女装加大码飞行夹克 08073243800</text>
  12. <text name="p_price">2499</text>
  13. <text name="p_count">1</text>
  14. <text name="p_status">待付款</text>
  15. <image name="p_img2" url="xxx2.jpg"/>
  16. </link>
  17. </LinearLayout>
  18. </template>